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

Handle AmazonS3Client retry mechinsm #10

Open
Robothy opened this issue Nov 12, 2022 · 0 comments
Open

Handle AmazonS3Client retry mechinsm #10

Robothy opened this issue Nov 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Robothy
Copy link
Owner

Robothy commented Nov 12, 2022

The AmazonS3Client may retry an API invocation multiple times. LocalS3 need to handle this scenario according to amz-sdk-invocation-id, amz-sdk-request and amz-sdk-retry headers.

First invocation

amz-sdk-invocation-id: 757b0e04-5c52-57f1-3ef8-a5e19155ad8e
amz-sdk-request: ttl=20221112T121437Z;attempt=1;max=2
amz-sdk-retry: 0/0/

retry:

amz-sdk-invocation-id:757b0e04-5c52-57f1-3ef8-a5e19155ad8e
amz-sdk-request:ttl=20221112T121439Z;attempt=2;max=2
amz-sdk-retry:1/22/
@Robothy Robothy added the enhancement New feature or request label Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant