Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hang Zheng committed Sep 20, 2024
1 parent 7722fc8 commit cdcbdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/s3fs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ class ObjectOutputStream final : public io::OutputStream {
background_writes_(options.background_writes),
allow_delayed_open_(options.allow_delayed_open),
sse_customer_algorithm(options.GetSSECAlgorithm()),
sse_customer_key(options.options.GetSSECKey()),
sse_customer_key(options.GetSSECKey()),
sse_customer_key_md5(options.GetSSECKeyMD5()) {}

~ObjectOutputStream() override {
Expand Down

0 comments on commit cdcbdd1

Please sign in to comment.