aws-sdk-rust
aws-sdk-rust copied to clipboard
AWS SDK for the Rust Programming Language
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:  But they are actually not applied. If the builder doesn't explicitly specify them, they will instead...
### 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...
## 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...
### 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...
### 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...