Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle SSE in copyObject() properly and have one source code. #777

Merged
merged 1 commit into from
Aug 4, 2019

Commits on Jul 30, 2019

  1. fix: handle SSE in copyObject() properly and have one source code.

    Added new version of copyObject(). Note: this method makes source and
    destination argument swapping correctly to denote on which bucket and
    object the request is sent.
    
    ```
    public void copyObject(String bucketName, String objectName, Map<String,String> headerMap, ServerSideEncryption sse,
                           String srcBucketName, String srcObjectName, ServerSideEncryption srcSse,
                           CopyConditions copyConditions)
    ```
    balamurugana committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    d1273e1 View commit details
    Browse the repository at this point in the history