aws-sdk-rust
aws-sdk-rust copied to clipboard
AWS SDK for the Rust Programming Language
### 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...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
### Describe the bug Attempting to query S3 object attributes. It results in an error: `Error parsing XML`. ### Expected Behavior I receive S3 Object Attributes. ### Current Behavior An...
### Describe the bug I've encountered a problem that I cannot explain, where a deadlock happens. See reproduction steps for more details. An interesting note is that if I create...
### Describe the bug We are running an SQS client as a Kubernetes pod on EC2. When doing any SQS request, we get the following error: `Error: ConstructionFailure(MissingCredentials)` ### Expected...
### Describe the feature Hi all! We have [a feature request on vector](https://github.com/vectordotdev/vector/issues/12760) to allow setting the `x-amzn-logs-format` HTTP header to `json/emf` when publishing events to CloudWatch Logs via `PutLogEvents`...
### Describe the bug When creating a bucket with a default ACL policy to be applied, or calling pucket_bucket_acl() to apply a policy to a bucket, there seems to be...
## Bug Report Though the readme says that you can set the environment variables: http_proxy, https_proxy, HTTP_PROXY, HTTPS_PROXY and the SDK will use them, it completely ignores them. ### Version...
### Describe the feature In the `s3/src/lib.rs`, it would be great to add `aws_smithy_http::byte_stream::Error` to the list of re-exported types. _This is probably a low priority and more convenient as...
❗ **Are you interested in using the Rust SDK in Web Assembly? Please comment on this issue with more details about your potential use case!** ❗ ### Community Note *...