put_object
(**kwargs)¶Upload object that can store object metadata String and data blob in single API call using inline chunk field.
See also: AWS API Documentation
Request Syntax
response = client.put_object(
BackupJobId='string',
ObjectName='string',
MetadataString='string',
InlineChunk=b'bytes'|file,
InlineChunkLength=123,
InlineChunkChecksum='string',
InlineChunkChecksumAlgorithm='string',
ObjectChecksum='string',
ObjectChecksumAlgorithm='SUMMARY',
ThrowOnDuplicate=True|False
)
dict
Response Syntax
{
'InlineChunkChecksum': 'string',
'InlineChunkChecksumAlgorithm': 'SHA256',
'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