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

feat: add optional sidecar files for metadata #1

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

rkm
Copy link
Member

@rkm rkm commented Dec 3, 2024

This is versity#522 rebased onto main.

This adds the option to store metadata for objects and buckets within a hidden folder at the top level:
bucket: .vgw_meta//.meta/
object: .vgw_meta/bucket//.meta/

Example invocation:
./versitygw -a myaccess -s mysecret posix --metadata sidecar /tmp/gw

The attributes are stored by name within the hidden directory.

@rkm rkm force-pushed the ben/sidecar_meta branch 5 times, most recently from c7c162e to 54ab284 Compare December 3, 2024 14:21
This adds the option to store metadata for objects and buckets
within a hidden folder at the top level:
bucket: .vgw_meta/<bucket>/.meta/<attribute>
object: .vgw_meta/bucket/<object>/.meta/<attribute>

Example invocation:
./versitygw -a myaccess -s mysecret posix --metadata sidecar /tmp/gw

The attributes are stored by name within the hidden directory.
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.

2 participants