aws-s3
aws-s3 copied to clipboard
multithreaded environment
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 what did you find out about this issue? I have the same doubt :P.
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.
I'll take a look, thanks.