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 has been 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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: