AWSSDK.S3 by Amazon Web Services

<PackageReference Include="AWSSDK.S3" Version="3.7.305.24" />

.NET API 768,112 bytes

 DeleteBucketOwnershipControlsRequest

Container for the parameters to the DeleteBucketOwnershipControlsRequest operation.
public string BucketName { get; set; }

The Amazon S3 bucket whose OwnershipControls you want to delete.

public string ExpectedBucketOwner { get; set; }

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.