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

Add have_server_side_encryption matcher to s3_bucket #446

Merged
merged 1 commit into from Feb 11, 2019

Commits on Feb 11, 2019

  1. Add have_server_side_encryption matcher to s3_bucket

    This changes add have_server_side_encryption matcher to s3_bucket.
    This matcher is used as follows to test whether server side encryption enabled or not.
    
    ```
    describe s3_bucket('my-bucket') do
      it { should have_server_side_encryption(algorithm: 'aws:kms') }
    end
    ```
    tatsuyafw committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    2a3a703 View commit details
    Browse the repository at this point in the history