File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
google-cloud-storage/src/main/java/com/google/cloud/storage Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,11 @@ public Logging build() {
341341 * Lifecycle rule for a bucket. Allows supported Actions, such as deleting and changing storage
342342 * class, to be executed when certain Conditions are met.
343343 *
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+ *
344349 * @see <a href="https://cloud.google.com/storage/docs/lifecycle#actions">Object Lifecycle
345350 * Management</a>
346351 */
You can’t perform that action at this time.
0 commit comments