Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this gem thread safe? #748

Closed
armanm opened this issue Mar 24, 2015 · 1 comment
Closed

Is this gem thread safe? #748

armanm opened this issue Mar 24, 2015 · 1 comment
Labels
guidance Question that needs advice or information.

Comments

@armanm
Copy link

armanm commented Mar 24, 2015

I can only find this information by Loren Segal about thread safety of this gem but his eager_loading method is no longer available on version 2 of this Gem.

I'm trying to upload files with multiple threads simultaneously using V2 and wanted to know if that's all good?

@trevorrowe
Copy link
Member

Loren's blog post is relevant only to version of the aws-sdk gem. Version 2 is built on a different code base, and it does not support Ruby 1.8.7 where autoloading was a thread safety issue.

The gem is thread safe and you should feel confident uploading file simultaneously using the v2 SDK. If you encounter any issues, we would treat it as a bug.

@diehlaws diehlaws added guidance Question that needs advice or information. and removed question labels Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information.
Projects
None yet
Development

No branches or pull requests

3 participants