rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Rust library for interfacing with S3 API compatible services

Results 76 rust-s3 issues
Sort by recently updated
recently updated
newest added

`list_multiparts_uploads` and `abort_upload` are already public functions. But for client that support client-side-chunking, I currently have to assemble all chunks in a my application, only have them later re-chunked by...

This is a repost of #155 (rebased on top of master), because I don't know why you closed the previous PR, and thus if this feature is wanted or not...

Hi, thanks for great works! I found that `put_object_stream` command is using a **single thread**. It causes to diminish the performance abnormally for large file data transfer. It's even 2x+...

This has a few benefits: 1. Consumers of this crate are now capable of bringing their own HTTP Clients (so long as they produce futures that are Send) 2. Consumers...

**Describe the bug** I am trying to load my default AWS configuration. This keeps generating the following error from my tests: > thread 'tests::test_handler' panicked at 'called `Result::unwrap()` on an...

bug

**Is your feature request related to a problem? Please describe.** I recently tried to remove reqwest as a dependency from a project (using the lower-level hyper::Client which was already required...

enhancement

Generate presigned post url so policy conditions like `content-length-range` can be used - https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html Rusoto S3 has an open pull request but it is in maintenance mode - https://github.com/rusoto/rusoto/pull/1807

enhancement

**Describe the bug** aws-creds's `Credentials` initilaized with `from_instance_metadata` are broken after 6 hours, because they expire, as explained here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html **To Reproduce** Initialize `Credentials` with `from_instance_metadata`. Wait 6 hours. Attempt...

bug

**Describe the bug** In a use case where messages are being streamed off a queue and dispatched via this library, `async` calls result in unbounded memory growth, file descriptor exhaustion,...

bug

**Is your feature request related to a problem? Please describe.** OVH provides [S3 Object Storage solution](https://www.ovhcloud.com/en/public-cloud/object-storage/), supporting the service would be help us who using the service **Describe the solution...

enhancement
help wanted
good first issue