aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

AWS SDK for the Rust Programming Language

Results 214 aws-sdk-rust issues
Sort by recently updated
recently updated
newest added

### Describe the feature If one wants to perform a conditional `GET` from S3, it seems the current pattern is: ```rust let client = Client::new(&shared_config); let resp1 = client .get_object()...

service-api

### Describe the feature Delete all files underneath a folder (recursive delete) using a prefix. ### Use Case It would be nice to be able to give the prefix and...

feature-request
high-level-library

### 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...

feature-request
p2

### Describe the feature Currently, the SDK regognizes the `role_arn` directive in profiles under the normal config file at `~/.aws/config`. When sending a request, it will correctly attempt to assume...

feature-request

### 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...

feature-request

### Describe the feature From discussion https://github.com/awslabs/smithy-rs/discussions/1309 Customers should be able to set every field on the `AssumeRole` input without code changes to expose those fields so that if STS...

feature-request

### 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...

feature-request

### Describe the feature It is common to receive s3 object locations via a URI such as `s3://foo/bar`. It would be nice if there was some S3Url object that implements...

feature-request
p2

### Describe the feature The Java KCL implements a leasing strategy with DynamoDB that takes care of orchestrating shards to worker nodes. As this is a pretty common use case...

feature-request
high-level-library

I just tried the aws-sdk-ec2 in my workspace. rusoto_ec2 was always the second to last crate and took forever (66s) to build. aws-sdk-ec2 seems to be even worse. ```bash >...

feature-request
p2