S3 / Client / get_bucket_aspera

get_bucket_aspera#

S3.Client.get_bucket_aspera(**kwargs)#

Gets Aspera access and secret keys for the bucket.

See also: AWS API Documentation

Request Syntax

response = client.get_bucket_aspera(
    Bucket='string'
)
Parameters:

Bucket (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'AccessKey': {
        'Id': 'string',
        'Secret': 'string'
    },
    'ATSEndpoint': 'string'
}

Response Structure

  • (dict) –

    • AccessKey (dict) – Aspera Access Key.

      • Id (string) –

      • Secret (string) –

    • ATSEndpoint (string) – Aspera endpoint.