aws-sdk-rust
aws-sdk-rust copied to clipboard
AWS SDK Rust - S3 only at present
2.Modify the contentlength type to handle files larger than 2G.
There are currently quite a few warnings produced when building this crate: ``` Compiling aws-sdk-rust v0.1.42 (file:///home/cns/git/aws-sdk-rust) warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead --> src/aws/common/credentials.rs:27:5 |...
It looks like some interfaces were changed and the example code has not been updated, hence cargo test now fails: ``` Compiling aws-sdk-rust v0.1.42 (file:///home/cns/git/aws-sdk-rust) error[E0432]: unresolved import `region` -->...
Hey guys, as the title states, it's impossible to use an ip address in the url, because it can't get resolved. There should be an option for this (implicit). Also...
It has been deprecated: [announcement](https://users.rust-lang.org/t/deprecation-of-rustc-serialize/10485?u=dtolnay). Is there any functionality you would require from Serde or another library before this would be possible?
A [ListObjectsRequest](https://lambdastackio.github.io/aws-sdk-rust/aws_sdk_rust/aws/s3/object/struct.ListObjectsRequest.html) request seems to lack a way to provide the `next_continuation_token` from a previous [ListObjectsOutput](https://lambdastackio.github.io/aws-sdk-rust/aws_sdk_rust/aws/s3/object/struct.ListObjectsOutput.html) response (I can see the value is present in the response when making a...