Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.9.0
-
None
Description
There's a call to S3AFileSystem.setOptionalPutRequestParameters() in {{ S3ABlockOutputStream putObject()}}
The put request has already been created by the FS; this call is only superflous and potentially confusing.
Proposed: cut it, make the setOptionalPutRequestParameters() method private.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-13075 Add support for SSE-KMS and SSE-C in s3a filesystem
- Resolved