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

CreateMultipartUpload missing properties support #567

Closed
jonaustin09 opened this issue May 15, 2024 · 0 comments · Fixed by #585
Closed

CreateMultipartUpload missing properties support #567

jonaustin09 opened this issue May 15, 2024 · 0 comments · Fixed by #585
Labels
bug Something isn't working

Comments

@jonaustin09
Copy link
Contributor

Describe the bug
CreateMultipartUpload should handle the following properties:

  1. Content-Type
  2. Metadata
  3. ObjectLockLegalHoldStatus
  4. ObjectLockMode
  5. ObjectLockRetainUntilDate
  6. Tagging

To Reproduce

aws --endpoint-url http://localhost:7070 s3api create-multipart-upload --bucket my-bucket --key my-obj --object-lock-legal-hold-status ON --content-type application/json --metadata 'KeyName1=string,KeyName2=string'

Expected behavior
The action should handle object tagging, metadata, content-type and object lock status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant