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

The official AWS SDK for Ruby.

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

Endpoints will no longer be resolved by partitions.json on client creation. Instead they will be done per-request as middleware prior to serialization. Might include some soft breaking changes. Changes necessary:...

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide for v3](https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/index.html) - [x] I've checked...

service-api
bug

Hello, is there any way to initiate multipart upload using `Aws::S3::EncryptionV2::Client` ? Getting error: ``` undefined method `create_multipart_upload' for #

feature-request
blocked

### Describe the feature It would be great if the Ruby SDK implemented temporary credential caching, similar to what boto3 or the AWS CLI do. With those libraries, when working...

feature-request

### Describe the feature Add native support for [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) to the SDK. ### Use Case We would like to leverage IAM Roles Anywhere to "bootstrap" AWS credentials into our external...

feature-request

Documentation fix related to https://github.com/aws/aws-sdk-ruby/issues/2718 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...

### Describe the bug When creating S3 client with `:use_fips_endpoint` I can't access bucket still. This is related to #2645 ### Expected Behavior Things to work. ### Current Behavior ```...

documentation
guidance

### Describe the issue API Doc on QLDBSession recommend using the QLDB Driver instead was that ever made? where can I find it ? ### Links https://github.com/aws/aws-sdk-ruby/blob/a3250201da9bc7802ee723fde821a8d40a1fc1ee/gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/client.rb#L366-L375

documentation

There appear to be a number of resources that require the use of `OpenSSL::Digest::MD5` to operate: - aws-sdk-core's http_checksum plugin - aws-sdk-s3 - aws-sdk-sqs Since MD5 is not approved for...

feature-request
guidance

### Issue description Would it be feasible to pre-populate `Aws.config` from the runtime environment? For example, if `ENV["AWS_REGION"]` is set (and non-empty), then by default `Aws.config[:region] == ENV["AWS_REGION"]`. Likewise for...

feature-request
needs-major-version