Skip to content

quasi-coherent/aws-multipart-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-multipart-upload


Description

A crate in alpha with a futures::Sink for doing AWS S3 multipart uploads with the official SDK

Current:

  • Upload: For the finite case, send items to Upload until they are exhausted or the (optional) target upload size is reached. Flushing or closing the sink completes the upload. Attempting to send more items after an upload is an error. For this reason, it's probably not a good idea to configure it with a target upload size, unless it's really a "maximum upload size" and a very safe upper bound on the total bytes.
    • The Upload sink can also start a new upload to address the write-after-upload error by calling poll_new_upload.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages