mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #1040] Support for object holds #161
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mar-pan on GitHub (Jan 9, 2023).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1040
GCS buckets allow enabling object hold. This attribute adds additional immutability for objects. Objects with holds can't be targeted by the retention policy. Those attributes can be set on bucket and object level. Currently, fake-gcs-servers miss that functionality @fsouza WDYT about adding it? I could try to implement this in a 2/3 weeks from now
@fsouza commented on GitHub (Jan 10, 2023):
Oh yeah, I didn't know about this feature. Shouldn't be too hard to implement. The tricky bit is having default holds per bucket, as we currently don't support bucket attributes (#1025).
@mar-pan commented on GitHub (Jan 10, 2023):
Do you plan to implement this PR with bucket attributes preserve anytime soon?
@fsouza commented on GitHub (Jan 10, 2023):
Not planned right now, but I can try to prioritize it in the next 10 days or so to make sure you're not blocked. Does that work for you?
@mar-pan commented on GitHub (Jan 10, 2023):
Sure
@mar-pan commented on GitHub (Jan 23, 2023):
Hello @fsouza were you able to work on that issue with buckets?