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

Store md5 as metadata instead of a separate object #13

Open
taylorskalyo opened this issue Sep 19, 2017 · 1 comment
Open

Store md5 as metadata instead of a separate object #13

taylorskalyo opened this issue Sep 19, 2017 · 1 comment

Comments

@taylorskalyo
Copy link

taylorskalyo commented Sep 19, 2017

Maybe we can add a new flag that, when specified, stores the MD5 value as a metadata field instead of as a separate object.

@taylorskalyo
Copy link
Author

After thinking about this some more, it may be more difficult than I initially thought. Because gof3r accepts an input stream, we don't know the MD5 value until the end of the upload. However, in order to put it in the object metadata, we need to know the value at the beginning of the upload. S3 doesn't make it easy to change metadata after upload.

@stevesuh stevesuh removed their assignment Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants