diff --git a/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java b/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java index 6e70e75008d3..f3f42d03b13a 100644 --- a/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java +++ b/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java @@ -90,7 +90,8 @@ enum BucketField implements FieldSelector { VERSIONING("versioning"), CORS("cors"), STORAGE_CLASS("storageClass"), - ETAG("etag"); + ETAG("etag"), + LIFECYCLE("lifecycle"); static final List REQUIRED_FIELDS = ImmutableList.of(NAME);