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

Feature: Expose ETag of uploaded object #128

Open
hashbrowncipher opened this issue Nov 28, 2017 · 0 comments
Open

Feature: Expose ETag of uploaded object #128

hashbrowncipher opened this issue Nov 28, 2017 · 0 comments

Comments

@hashbrowncipher
Copy link

When completing a multipart upload, S3 offers the client an ETag which it can use to verify the uploaded object. s3gof3r currently verifies that the ETag matches its expectations and then swallows the value. If it instead bubbled up the returned ETag to the caller, the caller could store the ETag as metadata along with the object key and verify the object hasn't changed during a subsequent GET/HEAD request.

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

1 participant