Module s3

Source

StructsΒ§

S3ObjectIter πŸ”’
S3ObjectStore
Object store with S3 backend The full path to a file on S3 would be s3://bucket/<data_directory>/prefix/file
S3StreamingUploader
S3 multipart upload handle. The multipart upload is not initiated until the first part is available for upload.

ConstantsΒ§

MIN_PART_ID πŸ”’
MinIO and S3 share the same minimum part ID and part size.
S3_INCOMPLETE_MULTIPART_UPLOAD_RETENTION_DAYS πŸ”’
Stop multipart uploads that don’t complete within a specified number of days after being initiated. (Day is the smallest granularity)

FunctionsΒ§

get_upload_body πŸ”’
set_error_should_retry πŸ”’

Type AliasesΒ§

PartId πŸ”’