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

Adding support for object metadata #27

Open
nominee1997 opened this issue Feb 8, 2022 · 0 comments
Open

Adding support for object metadata #27

nominee1997 opened this issue Feb 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nominee1997
Copy link

Hi!

It would be very useful to have better support for object metadata. This would include:

  • Ability to include metadata in a PUT request (via passing through headers like x-amz-meta-$var)
  • GET request should include the metadata (similarly passing through headers like x-amz-meta-$var)
  • Method for querying only this metadata should be added. This should be done similar to S3 by performing a HEAD request (preferably as HEAD /get?bucket=$bucket&key=$key or if this is problematic, then a special GET /head?bucket=$bucket&key=$key method, and also HEAD /$bucket/$key for transparent usage)
@uberspot uberspot added the enhancement New feature or request label Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants