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

Rust library for interfacing with S3 API compatible services

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

**Describe the bug** When `rust-s3` is used with `tokio` and in a concurrent setup, refreshing the credentials will result in a read or write race condition for the corresponding lock....

bug

**Describe the bug** After updating to rust-s3 "0.34.0-rc4" from "0.33" rust-s3 now includes native-tls as a dependency even though I added the "tokio-rustls-tls" feature and disabled the default features. **To...

bug

**Is your feature request related to a problem? Please describe.** I would like to be able to customize the http client with socks5 configuration. **Describe the solution you'd like** I...

duplicate
enhancement

**Is your feature request related to a problem? Please describe.** When using this library and playing around with the credentials, I noticed the `expiration` field on the `Credentials` struct. Together...

enhancement

0.34.0-rc4 doesn't compile with a version lower than this due to the absence of `impl From for Vec`. The way to ensure this does not happen anymore is to have...

**Is your feature request related to a problem? Please describe.** I would like for `aws-creds` to pick up the credentials from `http://169.254.169.254:80` if present, even if not running on ec2....

enhancement

**Describe the bug** Previously the `with-tokio` feature could be used with `tokio-rustls-tls` - allowing for easy static compilation with musl. After #299 was merged, `with-tokio` will always pull in `native-tls`;...

bug

**Describe the bug** When using the library with Cloudflare R2, the `put_object_stream` function fails every time with an 8MB file of all 0s (and any other large file I tired)....

bug

**Describe the bug** Using sync client with no TLS causes build errors: ``` Compiling aws-creds v0.34.1 error[E0599]: no function or associated item named `default` found for struct `Credentials` in the...

bug

**Describe the bug** When using async put_object_stream I assume that the stream will be readed part by part as in async mode, but in reality it reads the whole stream...

bug