AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Sets the attribute-based access control (ABAC) property of the general purpose bucket. You must have s3:PutBucketABAC permission to perform this action. When you enable ABAC, you can use tags for access control on your buckets. Additionally, when ABAC is enabled, you must use the TagResource and UntagResource actions to manage tags on your buckets. You can nolonger use the PutBucketTagging and DeleteBucketTagging actions to tag your bucket. For more information, see Enabling ABAC in general purpose buckets.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutBucketAbacAsync.

Namespace: Amazon.S3
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public abstract PutBucketAbacResponse PutBucketAbac(
         PutBucketAbacRequest request
)

Parameters

request
Type: Amazon.S3.Model.PutBucketAbacRequest

Container for the necessary parameters to execute the PutBucketAbac service method.

Return Value


The response from the PutBucketAbac service method, as returned by S3.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also