Contents:
data_submission
process
upload_stats
data_transfer
SCRIdb.tools.
put_object
Put an object on Amazon S3 bucket, while verifying the integrity of the uploaded object.
Note
More information on how to verify the integrity of the uploaded object using ETag and MD5 can be found here.
ETag
MD5
dest_bucket_name (str) – Bucket name
str
dest_object_name (str) – Target S3 key
S3
src_data (str) – Path to source file
md5sums (Union[str, dict, None]) – A set of key (name), value (MD5 hash) or path to MD5 hashes file
Union
dict
None
Tuple[str, bool]
Tuple
bool
tuple