在Boto3中,如何检查文件上传是否成功完成且没有错误?
如果无法上传,我会得到什么样的回复?
如果是put_object
,则回复如下(ref.):
{
'Expiration': 'string',
'ETag': 'string',
'ServerSideEncryption': 'AES256'|'aws:kms',
'VersionId': 'string',
'SSECustomerAlgorithm': 'string',
'SSECustomerKeyMD5': 'string',
'SSEKMSKeyId': 'string',
'RequestCharged': 'requester'
}
是否有任何参数告诉您上传是否成功?