Table of Contents

Class DeleteBucketTaggingRequest

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

The parameters to request deletion of a tag set from a bucket.

public class DeleteBucketTaggingRequest : AmazonWebServiceRequest
Inheritance
DeleteBucketTaggingRequest

Remarks

To use this operation, you must have permission to perform the s3:PutBucketTagging action. By default, the bucket owner has this permission and can grant this permission to others.

Constructors

DeleteBucketTaggingRequest()

public DeleteBucketTaggingRequest()

Properties

BucketName

The name of the bucket on which the tag set is to be removed.

public string BucketName { get; set; }

Property Value

string

ExpectedBucketOwner

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

public string ExpectedBucketOwner { get; set; }

Property Value

string