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

The official AWS SDK for Ruby.

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

Support multipart copy abstraction for Glacier so that Treehash does not have to be used by customers. It is too low level. #2890

feature-request

Hi, I'm trying to find what version shipped with d98d94c413a815d1bcf14fab7ccb6f526e3c4111, but I found that none of the v3.X tags have been pushed to GitHub. Could someone push the tags please?...

feature-request

### Describe the feature Similar to the existing Aws::EC2Metadata client class, it would be helpful to have a metadata client class that retrieves and presents data from the ECS Task...

feature-request

### Describe the bug After upgrading from 3.173.0 to 3.178.0 of aws-sdk-core, `get_caller_identity_presigned_url` sometimes sets X-Amz-Expires to a value < 900. A value other than 900 does not work for...

feature-request

### Describe the feature There should be a way to cleanly stop/interrupt `QueuePoller` from another thread. It should immediately abort pending poll requests, but if the `poll` callback is executing,...

feature-request
help wanted

### Describe the feature The APIs for request context are missing a way to calculate the final payload size for a request. Currently, in the case of SNS publish of...

feature-request
guidance

### Describe the bug We are using inline bundler with the following gems ``` gemfile do source "https://rubygems.org" gem "nokogiri" gem "aws-sdk-core" gem "aws-sdk-ssm" gem "thor" end ``` The `aws-sdk-core`...

bug
needs-triage

When calling Aws::RDS::Resource#create_db_cluster, it throws an error because `options[:db_cluster]` is always nil here: https://github.com/aws/aws-sdk-ruby/blob/1db6f09105a81a7a856b0f825321faa10c6d822c/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb#L959 This is because the definition of RDS resource is wrong. This patch fixes that small typo....

### Describe the bug Whitespace before a key, specifically a key after a profile in the config file, causes the ini parser to fail. Per the [TOML spec](https://github.com/toml-lang/toml/blob/main/toml.md#keyvalue-pair), whitespace around...

investigating
bug