We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lifecycle
Some conditions are not available in Condition. https://cloud.google.com/storage/docs/json_api/v1/buckets#lifecycle https://cloud.google.com/storage/docs/lifecycle#conditions These are missing:
Condition
Also separate: I think the documentation for ActionType::Delete is incorrect I think it does not delete the bucket but the objects inside of it. https://cloud.google.com/storage/docs/lifecycle#delete
ActionType::Delete
I can make a PR for this (and other issues) at some point in the future, but just an issue to keep track of it for now.
The text was updated successfully, but these errors were encountered:
Also Condition does not implement Default.
Default
Sorry, something went wrong.
A PR for this is definitely welcome! Feel free to submit one!
No branches or pull requests
Some conditions are not available in
Condition
.https://cloud.google.com/storage/docs/json_api/v1/buckets#lifecycle
https://cloud.google.com/storage/docs/lifecycle#conditions
These are missing:
Also separate:
I think the documentation for
ActionType::Delete
is incorrect I think it does not delete the bucket but the objects inside of it.https://cloud.google.com/storage/docs/lifecycle#delete
I can make a PR for this (and other issues) at some point in the future, but just an issue to keep track of it for now.
The text was updated successfully, but these errors were encountered: