-
Notifications
You must be signed in to change notification settings - Fork 553
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(storage): Soft deleted Bucket Restore #28138
base: main
Are you sure you want to change the base?
feat(storage): Soft deleted Bucket Restore #28138
Conversation
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.
Mark the PR ready for review once you're ready for it to be reviewed. Also please check the CI job failures.
def object_retention_param enable_object_retention | ||
enable_object_retention ? Google::Apis::StorageV1::Bucket::ObjectRetention.new(mode: "Enabled") : nil | ||
end | ||
end |
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.
You probably want to revert this change back and add the newline character back.
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.
did not understand your concerns here
Here is the summary of changes. You are about to add 3 region tags.
This comment is generated by snippet-bot.
|
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.
Overall LGTM. Please fix the CI issues.
@@ -223,6 +232,10 @@ def buckets prefix: nil, token: nil, max: nil, user_project: nil | |||
# account, transit costs will be billed to the given project. This | |||
# parameter is required with requester pays-enabled buckets. The | |||
# default is `nil`. | |||
# @param [Integer] generation generation no of bucket |
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.
# @param [Integer] generation generation no of bucket | |
# @param [Integer] generation Generation of the bucket |
Hi @bajajneha27 @JesseLovelace can you please take a look at the sample failure
|
Add support for restoring soft deleted bucket.
Operation Supported: