This implementation of the DELETE action removes default encryption from the bucket. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption in the Amazon S3 User Guide.
See https://paws-r.github.io/docs/s3/delete_bucket_encryption.html for full documentation.
s3_delete_bucket_encryption(Bucket, ExpectedBucketOwner = NULL)
[required] The name of the bucket containing the server-side encryption configuration to delete.
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request fails with the HTTP status code
403 Forbidden
(access denied).