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

provider/aws: Support KMS encryption of S3 objects #5453

Merged
merged 3 commits into from
Mar 10, 2016

Commits on Mar 4, 2016

  1. Added a kms_key_id parameter which will allow you to encrypt objects …

    …that are put into a bucket.
    bigkraig committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    db91aeb View commit details
    Browse the repository at this point in the history
  2. Return an error when conflicting etag & kms_key_id parameters are pro…

    …vided and now with ServerSideEncryption we can go back to the higher level PutObject.
    bigkraig committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    74de653 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Providing a more informative error message when combining kms_key_id …

    …and etag as well as using aws_kms_key to test aws_s3_bucket's kms_key_id.
    bigkraig committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    76b3c74 View commit details
    Browse the repository at this point in the history