AWSSDK.S3 by Amazon Web Services

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

.NET API 742,912 bytes

 ListBucketAnalyticsConfigurationsRequest

Container for the parameters to the ListInventoryConfigurationsRequest operation.

Lists the analytics configurations for the bucket.

public string BucketName { get; set; }

The name of the bucket containing the analytics configurations to retrieve.

public string ContinuationToken { get; set; }

The ContinuationToken that represents a placeholder from where this request should begin.

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.