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 delete failed upload caused by rate limit #15

Merged
merged 2 commits into from
Nov 13, 2017
Merged

Conversation

reimannf
Copy link
Contributor

If the upload failed due to rate limit (HTTP 498), there is no need to delete the failed object, because it will be definitely not in Swift. The delete itself might cause an additional rate limit response.
This fix only applies to non large object uploads.

Closes partly #14

If the upload failed due to rate limit (HTTP 498), there is no need to delete
the failed object, because it will definitely not in Swift. The delete itself
might cause an additional rate limit response.
This fix only applies to non large object uplaods.
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

Successfully merging this pull request may close these issues.

2 participants