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

docs: add notice about broken OLM experience #898

Merged
merged 1 commit into from Jun 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -341,6 +341,11 @@ public Logging build() {
* Lifecycle rule for a bucket. Allows supported Actions, such as deleting and changing storage
* class, to be executed when certain Conditions are met.
*
* <p>Versions 1.50.0-1.111.2 of this library don’t support the CustomTimeBefore,
* DaysSinceCustomTime, DaysSinceNoncurrentTime and NoncurrentTimeBefore lifecycle conditions. To
* read GCS objects with those lifecycle conditions, update your Java client library to version
* 1.112.0 or higher.
*
* @see <a href="https://cloud.google.com/storage/docs/lifecycle#actions">Object Lifecycle
* Management</a>
*/
Expand Down