-
Notifications
You must be signed in to change notification settings - Fork 369
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: implement object retention lock for bucket / files #2365
Conversation
0a04375
to
955587f
Compare
955587f
to
cc34303
Compare
@@ -423,6 +423,7 @@ export interface FileMetadata extends BaseMetadata { | |||
}; | |||
customTime?: string; | |||
eventBasedHold?: boolean | null; | |||
readonly eventBasedHoldReleaseTime?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do we use/set this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not user setable. It is a field that will be added as a fast follow that is only returned if an event-based hold was released.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #2349 🦕