We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the vanilla aws cli, one would copy objects that are encrypted with a kms key as follows: aws s3 cp s3://foo s3://bar --sse aws:kms
aws s3 cp s3://foo s3://bar --sse aws:kms
Is there something equivalent in s5cmd? Or does the tool currently not support encryption?
PS This is an amazing tool, especially the auto-completion functionality!
The text was updated successfully, but these errors were encountered:
Hi @lyle-nel
s5cmd has no support for KMS unfortunately.
s5cmd
Sorry, something went wrong.
command/cp: KMS encryption support (#185)
601ee14
Resolves #18
Successfully merging a pull request may close this issue.
In the vanilla aws cli, one would copy objects that are encrypted with a kms key as follows:
aws s3 cp s3://foo s3://bar --sse aws:kms
Is there something equivalent in s5cmd? Or does the tool currently not support encryption?
PS
This is an amazing tool, especially the auto-completion functionality!
The text was updated successfully, but these errors were encountered: