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

command: add arbitrary metadata support to cp and pipe #621

Merged
merged 20 commits into from Aug 21, 2023

Conversation

denizsurmeli
Copy link
Contributor

@denizsurmeli denizsurmeli commented Jul 27, 2023

This PR adds cp and pipe commands to pass arbitrary metadata to object. It uses the the same strategy offered in the aws-cli.

Resolves #537 .

@denizsurmeli denizsurmeli changed the title feat: add arbitrary metadata support to cp command: add arbitrary metadata support to cp Jul 27, 2023
@denizsurmeli denizsurmeli marked this pull request as ready for review July 28, 2023 06:06
@denizsurmeli denizsurmeli requested a review from a team as a code owner July 28, 2023 06:06
@denizsurmeli denizsurmeli requested review from igungor and seruman and removed request for a team July 28, 2023 06:06
@denizsurmeli denizsurmeli changed the title command: add arbitrary metadata support to cp command: add arbitrary metadata support to cp and pipe Jul 28, 2023
command/flag.go Outdated Show resolved Hide resolved
command/flag.go Outdated Show resolved Hide resolved
command/flag.go Outdated Show resolved Hide resolved
command/flag.go Outdated Show resolved Hide resolved
command/cp.go Outdated Show resolved Hide resolved
command/pipe.go Outdated Show resolved Hide resolved
storage/storage.go Outdated Show resolved Hide resolved
storage/storage.go Outdated Show resolved Hide resolved
seruman
seruman previously approved these changes Aug 21, 2023
command/cp.go Outdated Show resolved Hide resolved
command/cp.go Outdated Show resolved Hide resolved
command/flag.go Outdated Show resolved Hide resolved
command/flag.go Outdated Show resolved Hide resolved
igungor
igungor previously approved these changes Aug 21, 2023
seruman
seruman previously approved these changes Aug 21, 2023
@igungor igungor dismissed stale reviews from seruman and themself via 1057348 August 21, 2023 13:59
@igungor igungor merged commit db6b53f into peak:master Aug 21, 2023
13 checks passed
denizsurmeli added a commit that referenced this pull request Sep 15, 2023
#657 mentioned that `acl` flag was broken in `v2.2.1`. After looking at
the issue, it was discovered that not only the `acl` flag was broken,
there are couple of more flags that were being omitted during the
mentioned commands, which all of them caused by this faulty
[PR](#621).

Resolves #657.
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

Successfully merging this pull request may close these issues.

Support setting arbitrary metadata
3 participants