-
Notifications
You must be signed in to change notification settings - Fork 114
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
add --metadata and --tag during put operations #349
Conversation
02a969a
to
c907159
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very fringe. Make the flag hidden.
77c0e44
to
68a80a5
Compare
68a80a5
to
7417d6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few linter issues and a conflict. Merge master to resolve the ones unrelated to your code.
7417d6e
to
21f203a
Compare
Please address the linter issues remaining in your code, and we should be good. |
21f203a
to
9728e3e
Compare
A regression caused by minio#349
A regression caused by #349
--metadata key=value
flag allow to set user metadata during write operations.--tag key=value
flag allow to set user tag during write operations.this can be used to test some S3 services with more complex scenarios