Learn R Programming

paws.storage (version 0.2.0)

s3_delete_bucket_encryption: This implementation of the DELETE action removes default encryption from the bucket

Description

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.

Usage

s3_delete_bucket_encryption(Bucket, ExpectedBucketOwner = NULL)

Arguments

Bucket

[required] The name of the bucket containing the server-side encryption configuration to delete.

ExpectedBucketOwner

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).