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

Don't try to delete failed uploads in case of 498 (rate limit) #14

Open
reimannf opened this issue Nov 10, 2017 · 2 comments
Open

Don't try to delete failed uploads in case of 498 (rate limit) #14

reimannf opened this issue Nov 10, 2017 · 2 comments
Labels

Comments

@reimannf
Copy link
Contributor

swift-http-import will delete failed uploads on target side, to ensure that there is no broken object in swift.
That deletion should not happen if the failure code was 498 - rate limit, because the object will definitely not be on swift side and it is very likely that the DELETE will run in the same rate limit.

@majewsky
Copy link
Contributor

#15 says that it "partly closes #14". What is missing?

@reimannf
Copy link
Contributor Author

It is only implemented for uploadNormalObject and not for uploadLargeObject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants