From 73e7cdf162be76a8438160f4c7f2070fb6fb5ea6 Mon Sep 17 00:00:00 2001 From: JesseLovelace <43148100+JesseLovelace@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:52:15 -0700 Subject: [PATCH] docs: add notice about broken OLM experience (#898) --- .../src/main/java/com/google/cloud/storage/BucketInfo.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java b/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java index c13395238..95c1d78ed 100644 --- a/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java +++ b/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java @@ -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. * + *

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 Object Lifecycle * Management */