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

The official AWS SDK for Ruby.

Results 56 aws-sdk-ruby issues
Sort by recently updated
recently updated
newest added

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. 1. To make sure we include your contribution in the...

### Describe the bug When trying to retrieve an object from an s3 bucket using `get_object` I'm intermittently getting an access denied error from AWS. The only info I'm getting...

guidance
response-requested
p2

Following changes has been made to implement Observability: **Build Tools** * Add telemetry plugin to plugin list * Update `async_client_class` and `client_class` files to include `tracer` when creating `RequestContext` **Core...

Defaults CRC32 for httpChecksum implementations and adds CRC64 as a new algorithm.

In AWS SDK for Ruby v1.123.0, we released changes to the DynamoDB client that adopt a new AWS account-based endpoints feature. For more information on account based endpoints, please refer...

## Context This PR adds support for IMDS V2.1 - which includes sourcing of account id with credentials. If the underlying EC2 instance's IMDS supports it - the provider can...

### Describe the bug We use the [sidekiq-cloudwatchmetrics](https://github.com/sj26/sidekiq-cloudwatchmetrics) gem to send Sidekiq-related metrics to CloudWatch. Occasionally, we encounter the following error: `Aws::CloudWatch::Errors::ExpiredToken: The security token included in the request is...

### Describe the bug When I call `Aws::DynamoDB::Client.new.wait_until(:table_not_exists, table_name: 'this_does_not_exist')` then I see a client error ``` [Aws::DynamoDB::Client 400 0.004513 0 retries] describe_table(table_name:"this_does_not_exist") Aws::DynamoDB::Errors::ResourceNotFoundException Cannot do operations on a non-existent...

feature-request

Sets the default retry strategy to standard. This is a mild breaking change, rendering some config values useless (since standard doesn't have too many configurable options). DynamoDB extended retries will...

### Describe the bug We're using STS web identity token credentials to manage AWS SDK service call authentication via SigV4 (`aws-sdk-core (3.211.0)`, should be the relevant bit). We noticed however,...

feature-request
needs-major-version