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

Rails + aws-s3 : AWS::S3::Base.establish_connection! just once or before every s3 operation ? #94

Open
letronje opened this issue Feb 20, 2014 · 0 comments

Comments

@letronje
Copy link

In the context of a rails application, is it best to perform an establish_connection! in an initializer ? or is that required before every s3 api call ? Eyeballing the code tells me that I've got to do it just once but just wanted to be sure that I can keep on make s3 calls via this gem without any timeouts/other-issues after one establish_connection! call in the very beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant