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

**Describe the issue with documentation** There are some methods that are missing documentation for their optional parameters. I haven't used all methods in the `Aws::S3::Object` class so I can't talk...

documentation
help wanted

### Issue description Currently Kinesis API within the AWS Ruby SDK only supports synchronous producers. While benchmarking internally we found the latency of put to be around 8ms on average....

feature-request
p3

**Is your feature request related to a problem? Please describe.** I use the `Aws::SQS::QueuePoller` to get messages from SQS. I can either define an `:visibility_timeout` or the queue's default value...

feature-request

The AWS CLI has the the amazing `aws s3 sync` command which I use frequently. It's super fast because in some cases it only copies the delta between the buckets....

feature-request
p3

**Is your feature request related to a problem? Please describe.** Net::HTTP doesn't get very good parallel throughput because it's totally in Ruby and doesn't benefit from being able to manage...

feature-request
p3
queued

**Is your feature request related to a problem? Please describe.** When accessing buckets in bulk, they may be in different regions. A client with region X can access buckets in...

feature-request

Is there currently a way too detect the current region like is available in the Java SDK for example https://aws.amazon.com/blogs/developer/determining-an-applications-current-region/ At the moment I am having to set the AWS_REGION...

feature-request
p3

Please fill out the sections below to help us address your issue ### Issue description My objective: 1. Have an existing bucket(Eg: "abc-mumbai") in mumbai region. 2. Need to copy...

feature-request
help wanted

Consider an API Gateway endpoint with a required HTTP request header for Accept-Language (e.g OpenAPI def): ``` "paths": { "/jobs/{id}": { "get": { "operationId": "getById", "produces": [ "application/json" ], "parameters":...

feature-request
p3

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Hey all! We came across this when using presigned URLs...