We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f27d3a commit 73e7cdfCopy full SHA for 73e7cdf
1 file changed
google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java
@@ -341,6 +341,11 @@ public Logging build() {
341
* Lifecycle rule for a bucket. Allows supported Actions, such as deleting and changing storage
342
* class, to be executed when certain Conditions are met.
343
*
344
+ * <p>Versions 1.50.0-1.111.2 of this library don’t support the CustomTimeBefore,
345
+ * DaysSinceCustomTime, DaysSinceNoncurrentTime and NoncurrentTimeBefore lifecycle conditions. To
346
+ * read GCS objects with those lifecycle conditions, update your Java client library to version
347
+ * 1.112.0 or higher.
348
+ *
349
* @see <a href="https://cloud.google.com/storage/docs/lifecycle#actions">Object Lifecycle
350
* Management</a>
351
*/
0 commit comments