Set default server side encryption on an s3 bucket with powershell
Set-S3BucketEncryption -BucketName BucketNameGoesHere -ServerSideEncryptionConfiguration_ServerSideEncryptionRule @{ServerSideEncryptionByDefault=@{ServerSideEncryptionAlgorithm="AES256"}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment