BackupStorage / Client / start_object

start_object#

BackupStorage.Client.start_object(**kwargs)#

Start upload containing one or many chunks.

See also: AWS API Documentation

Request Syntax

response = client.start_object(
    BackupJobId='string',
    ObjectName='string',
    ThrowOnDuplicate=True|False
)
Parameters:
  • BackupJobId (string) – [REQUIRED] Backup job Id for the in-progress backup

  • ObjectName (string) – [REQUIRED] Name for the object.

  • ThrowOnDuplicate (boolean) – Throw an exception if Object name is already exist.

Return type:

dict

Returns:

Response Syntax

{
    'UploadId': 'string'
}

Response Structure

  • (dict) –

    • UploadId (string) – Upload Id for a given upload.

Exceptions