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

Service Specific Endpoint Override - [x] Profile parsing and `ENV` parsing updates - [x] Error if `service` section specified in a profile does not exist i.e. validate that service-specific config...

### Describe the bug Documentation explicitly specifies that the following fields have defaults: ![image](https://github.com/awslabs/aws-sdk-rust/assets/9094255/e6437f99-113f-4518-9c30-2ad6a76a44c4) But they are actually not applied. If the builder doesn't explicitly specify them, they will instead...

bug
documentation
p2

### Describe the feature It should be possible to create a presigned POST Object URL with the SDK. POST Object docs: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html ### Use Case Creating a presigned URL that...

feature-request
p2

## Motivation and Context These messages really feel like debug messages. After starting to use the SDK, it's somewhat jarring to see a bunch of pretty irrelevant information outputted and...

### Describe the bug In aws-models/quicksight.json DataSourceParameters has the union type, but the api appears to return a structure type with nulls for the other variants. Due to this, when...

bug
p2

### Describe the bug I am trying to create presigned URL for PutObject action using `aws-sdk-s3` crate. When I specify the value for `x-amz-checksum-sha256` header using [`checksum_sha256`](https://docs.rs/aws-sdk-s3/latest/aws_sdk_s3/operation/put_object/builders/struct.PutObjectFluentBuilder.html#method.checksum_sha256) method, the specified...

bug
p2

### Describe the bug The Rust SDK current does not support configuring following variables in a profile file - `s3_use_arn_region` - `s3_disable_multiregion_access_points` - `s3_disable_express_session_auth` ### Expected Behavior If a customer...

feature-request
p2