You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: