Data.Cloud.AmazonAPI.TAmazonStorageService.GetBucketACL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBucketACL(const BucketName: string;  ResponseInfo: TCloudResponseInfo = nil; BucketRegion: TAmazonRegion = amzrNotSpecified): TList<TAmazonGrant>;

C++

System::Generics::Collections::TList__1<TAmazonGrant>* __fastcall GetBucketACL(const System::UnicodeString BucketName, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0), TAmazonRegion BucketRegion = (TAmazonRegion)(0x0));

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonStorageService

Description

Returns the given bucket ACL.

GetBucketACL returns the bucket ACL.

Users assigned multiple permissions appear multiple times in the Grant list. For more information, see the GetBucketACLXML documentation.

The following table shows the significance of the parameters:

Parameter Description

BucketName

The name of the bucket to get the access control list for.

ResponseInfo

The optional class for storing response info into.

See Also