-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Specifying Encryption for aws_s3_bucket_object #3475
Comments
Sorry I misread your original issue, this is not quite supported yet for the |
KMS encryption support was merged as part of #5453 and will be in the next release. I'm keeping this open though, since encryption with customer key isn't supported yet. |
So that lets you specify a KMS encryption key, but what about the AWS managed "AES256" option? |
@st-isidore-de-seville According to the aws_s3_bucket_object docs, this capability is now supported. If you agree, perhaps you can close this issue? |
@conorgil Thanks for the ping, but we don't actually support SSE via customer provided keys yet. The related attributes seem to be Contributions are welcomed. |
@radeksimko Ah, ok. The initial issue description didn't clarify what was included feature wise and I didn't read your comment carefully until just now. Thanks for clarifying. I am just learning go, so it might be a while before I can contribute on that level, but I'll take a crack at it down the road once I'm up to speed if no one gets to it first. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there a way that encryption can be specified for aws_s3_bucket_object?
The text was updated successfully, but these errors were encountered: