aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

multithreaded environment

Open leikind opened this issue 12 years ago • 3 comments

Can this library work in a multithreaded environment? Can a connection object be created rather than establishing an interpreter-global connection with AWS::S3::Base.establish_connection! ?

leikind avatar Jan 31 '13 22:01 leikind

@leikind what did you find out about this issue? I have the same doubt :P.

jpemberthy avatar Mar 29 '13 20:03 jpemberthy

Eventually I switched to the gem called fog. It is multithreaded and can run from Sidekiq, though I personally dislike all-in-one solutions (fog is a bunch of cloud APIs), and I find fog's documentation bad, but it's OK, usable.

leikind avatar Mar 29 '13 21:03 leikind

I'll take a look, thanks.

jpemberthy avatar Mar 29 '13 21:03 jpemberthy