aws-sdk-rust
aws-sdk-rust copied to clipboard
AWS SDK for the Rust Programming Language
### Discussed in https://github.com/awslabs/aws-sdk-rust/discussions/451 Originally posted by **Chandrian** February 16, 2022 Hello, Wondering if there's a way to decompress the content using GetObject if the content-encoding is set to GZIP?...
### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...
### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...
Confirm by changing [ ] to [x] below: - [x] I've searched for [previous similar issues](https://github.com/awslabs/aws-sdk-rust/issues) or [discussions](https://github.com/awslabs/aws-sdk-rust/discussions) and didn't find any solution **Describe the question** The documentation of [ECR...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
We have an internal requirement to show users how to do this.
## Bug Report As part of https://github.com/awslabs/amazon-qldb-driver-rust/pull/77/ I noticed that after I drop the send/receive channels of an eventstreaming connection I get an error logged. I'm not sure if this...
### Tell us about your request add a `.use_local_endpoint(port)` method to `dynamodb::Config` ### Tell us about the problem you're trying to solve. I want to use DynamoDbLocal ### Are you...
### Tell us about your request `aws_config::Config` should have a `to_builder()` or `Builder::from(config)` so that a single field on the config can be easily swapped out rather than creating a...