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
When calling the async version of several functions in S3, I get a "pure virtual function called" error. I get this from PutObject, DeleteObject, and ListObjects. There might be more, as these are the only functions I have tested. The synchronous versions work fine for me.