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
{{ message }}
This repository was archived by the owner on Nov 23, 2018. It is now read-only.
Does your gem return an EM::Deferrable for the code that's making the S3 operation (like #store)? We would either chain onto this deferrable in the EM way or call EM::Synchrony.sync on it. How can we otherwise know when the S3 operation has completed?
Does your gem return an EM::Deferrable for the code that's making the S3 operation (like #store)? We would either chain onto this deferrable in the EM way or call EM::Synchrony.sync on it. How can we otherwise know when the S3 operation has completed?