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
trafficstars

Services such as DynamoDB and Timestream make use of a feature called endpoint discovery. Currently the SDK supports it only for Timestream, and the DynamoDB part is unimplemented. This issue...

feature-request
p2

### Describe the bug I'm currently writing a custom synchronizer between `Neptune` and `OpenSearch`. I'm consuming the property graph stream in order to aggregates data and index them in OpenSearch....

bug
needs-reproduction
p2

### Describe the issue I'm updating some dependencies for an open-source project and they are using aws-smithy-client. When I browse the docs for this crate, it shows that the crate...

documentation

### Describe the feature It allows you to define/save models with file format supported by serde. Once this feature is implemented you can, - save your input to disk in...

feature-request
p2

### Describe the bug I have a tool https://github.com/saethlin/crater-at-home that ends up creating pretty large HTML files and uploads them to S3. And it suddenly started failing today when I...

bug
p3

### Describe the bug in `aws_sdk_s3::types::BucketLocationConstraint` `us-east-1` is missing. ### Expected Behavior I assume it should be in the enum ### Current Behavior not there. ### Reproduction Steps Looking over...

documentation
service-api

### Describe the feature When forming many client connections we get the following errors: ``` unrecognized error from Hyper. If this error should be retried, please file an issue. err=error...

feature-request
p2

The `aws-config` crate is currently using sync file IO in the async credential loading path: https://github.com/awslabs/smithy-rs/blob/main/aws/rust-runtime/aws-types/src/os_shim_internal.rs#L128 This should be changed to async IO, but that presents a challenge since to...

bug
p3

### Describe the bug Currently on the aws-sdk-sts documentation for the [Credentials](https://docs.rs/aws-sdk-sts/latest/aws_sdk_sts/struct.Credentials.html) struct, it shows an [impl](https://docs.rs/aws-sdk-sts/latest/aws_sdk_sts/struct.Credentials.html#impl-ProvideCredentials-for-Credentials) for the aws_credentials_types [ProvideCredentials](https://docs.rs/aws-credential-types/0.54.1/aws_credential_types/provider/trait.ProvideCredentials.html) trait. However it appears that the modeled version from...

documentation
p2

`ByteStream` is re-exported in the `primitives` module, but not all of the `read_from` features can be used without directly depending on Smithy runtime crates because `Length` and `FsBuilder` are not...

bug
p3