BackupStorage.Client.
notify_object_complete
(**kwargs)¶Complete upload
See also: AWS API Documentation
Request Syntax
response = client.notify_object_complete(
BackupJobId='string',
UploadId='string',
ObjectChecksum='string',
ObjectChecksumAlgorithm='SUMMARY',
MetadataString='string',
MetadataBlob=b'bytes'|file,
MetadataBlobLength=123,
MetadataBlobChecksum='string',
MetadataBlobChecksumAlgorithm='SHA256'
)
dict
Response Syntax
{
'ObjectChecksum': 'string',
'ObjectChecksumAlgorithm': 'SUMMARY'
}
Response Structure
Exceptions
BackupStorage.Client.exceptions.ServiceUnavailableException
BackupStorage.Client.exceptions.ServiceInternalException
BackupStorage.Client.exceptions.NotReadableInputStreamException
BackupStorage.Client.exceptions.RetryableException
BackupStorage.Client.exceptions.IllegalArgumentException
BackupStorage.Client.exceptions.ThrottlingException
BackupStorage.Client.exceptions.KMSInvalidKeyUsageException
BackupStorage.Client.exceptions.AccessDeniedException