Alex Woods
Alex Woods
I'm also running into this - I'm developing a new gem based on FFI and wanted to ensure compatibility with Truffle Ruby, but all of my CI tests started failing...
Sorry you're running into this - I'm investigating but haven't yet been able to reproduce, but have a couple of theories. What is in the `metadata` you are passing into...
yes! It is related to the callback! You can remove the callback and it should resolve the retry issue as a temporary workaround. I will work on a fix for...
Having `bigdecimal` as a bundled gem available in standard ruby installs does not help users who are using bundler to manage dependencies. If `bigdecimal` is listed as a dependency by...
The defaults mode is cross SDK behavior and the application region detection is used to determine only whether to use in-region or cross-region defaults (mostly http timeout defaults) and wasn't...
Since `region` is a required configuration option and precedence is already environment, then profile, I do agree, I think the risk is lower. I am slightly concerned by an increase...
Just confirming what @mullermp said - I've reviewed the SDK's client + connection pool + net:http client code and agree it should be thread safe and don't see any potential...
Adding these libraries (base64 and bigdecimal) as explicit dependencies causes issues for some existing users and so, to address that we rolled that change back to remove those dependencies. We...
I believe the errors that resulted in the upload being aborted should be accessible through the [`errors` accessor](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/lib/aws-sdk-s3/multipart_upload_error.rb#L14) on the `MultipartUploadError` that is raised, but they aren't exposed in the...
Thanks for submitting this - this seems like a useful feature that we would consider. I think the slightly difficult part is "immediately abort pending poll". By default the settings...