-
Notifications
You must be signed in to change notification settings - Fork 74
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
aws storage encrypted S3 bucket #855
Comments
@michkam89, this is currently not possible, but I am open to exposing the arguments. Presumably we would want the full set of arguments of |
great, thanks! Yes, I'd be happy to help :) |
Looking at the |
@michkam89, as of 45c104c it is now possible to supply encryption arguments etc. to |
Hi @wlandau, tested on SSE-KMS encryption with arguments |
Discussed in #853
Originally posted by michkam89 June 13, 2022
Hi,
I am trying to use targets and AWS storage with encrypted S3 buckets. Is there a way to anyhow provide parameters such as
SSEKMSKeyId
orServerSideEncryption
for eg.paws::s3$put_object()
? I went though docs and code and I couldn't find it but I don't want to miss it if it's possible :)Thanks!
The text was updated successfully, but these errors were encountered: