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

[BUG] Copy an SSE-C Encrypted Object #652

Closed
rluisr opened this issue Nov 27, 2022 · 0 comments · Fixed by #721
Closed

[BUG] Copy an SSE-C Encrypted Object #652

rluisr opened this issue Nov 27, 2022 · 0 comments · Fixed by #721
Assignees
Labels
triage Needs triage and scheduling

Comments

@rluisr
Copy link

rluisr commented Nov 27, 2022

Describe the bug

Wrong command in Copy an SSE-C Encrypted Object

Not:

mc cp SOURCE/BUCKET/mydata.json TARGET/BUCKET/mydata.json  \
   --encrypt-key "SOURCE/BUCKET/=c2VjcmV0ZW5jcnlwdGlvbmtleWNoYW5nZW1lMTIzNAo=" \
   --encrypt-key "TARGET/BUCKET/=c2VjcmV0ZW5jcnlwdGlvbmtleWNoYW5nZW1lMTIzNAo="

Correct:

mc cp SOURCE/BUCKET/mydata.json TARGET/BUCKET/mydata.json  \
   --encrypt-key "SOURCE/BUCKET/=c2VjcmV0ZW5jcnlwdGlvbmtleWNoYW5nZW1lMTIzNAo=,TARGET/BUCKET/=c2VjcmV0ZW5jcnlwdGlvbmtleWNoYW5nZW1lMTIzNAo="
@rluisr rluisr added the triage Needs triage and scheduling label Nov 27, 2022
@rluisr rluisr changed the title [BUG] [BUG] Copy an SSE-C Encrypted Object Nov 27, 2022
@djwfyi djwfyi self-assigned this Feb 3, 2023
djwfyi added a commit that referenced this issue Feb 3, 2023
djwfyi added a commit that referenced this issue Feb 3, 2023
Community request to fix a doc command.

Closes #652
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage and scheduling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants