Skip to content

Commit

Permalink
docs: add notice about broken OLM experience (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLovelace committed Jun 24, 2021
1 parent 0f27d3a commit 73e7cdf
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 73e7cdf

Please sign in to comment.