We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cp
Some context:
I'm facing intermittent problem to upload or download with the following error:
MultipartUpload: upload multipart failed upload id: xxx-- caused by: ExpiredToken: The provided token has expired. status code: 400
After looking at the code, there is an explicit deny for retrying this kind of error.
The PR introducing this code seems to tackle another kind of issue. So I'm wondering if that would make sense to revisit the s3 session management.
The text was updated successfully, but these errors were encountered:
boomp
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Some context:
I'm facing intermittent problem to upload or download with the following error:
After looking at the code, there is an explicit deny for retrying this kind of error.
The PR introducing this code seems to tackle another kind of issue. So I'm wondering if that would make sense to revisit the s3 session management.
The text was updated successfully, but these errors were encountered: