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

Getting OperationAborted error on file storage operation #288

Closed
alexandru-calinoiu opened this issue Aug 14, 2016 · 4 comments
Closed

Getting OperationAborted error on file storage operation #288

alexandru-calinoiu opened this issue Aug 14, 2016 · 4 comments

Comments

@alexandru-calinoiu
Copy link
Member

I am working on a migration to s3, writing the code to move all the assets now, there a lot of them that will be stored in 1 bucket. I am getting A conflicting conditional operation is currently in progress against this resource. Please try again.

Am I broking any limitations that I am not aware of?

@lanej
Copy link
Member

lanej commented Aug 15, 2016

@alexandru-calinoiu
Copy link
Member Author

No, all the searches on the web seem to point to this bucket operations, but all I am doing is puting objects in a existing bucket.

@geemus
Copy link
Member

geemus commented Aug 17, 2016

Are you doing any multi-threading or processing, where more than one thing might be trying to put the same object simultaneously? That's the only case that comes to mind from what you describe, and though I haven't explicitly run into it myself it seems pretty easy to imagine. Does that make sense? Could it fit?

@alexandru-calinoiu
Copy link
Member Author

Ok, will double check my code, thank you.

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

3 participants