Skip to content

Commit 891fd4c

Browse files
author
Jerjou Cheng
committed
Add "lifecycle" to GCS bucket fields enum.
1 parent 5dfb904 commit 891fd4c

File tree

1 file changed

+2
-1
lines changed
  • google-cloud-storage/src/main/java/com/google/cloud/storage

1 file changed

+2
-1
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ enum BucketField implements FieldSelector {
9090
VERSIONING("versioning"),
9191
CORS("cors"),
9292
STORAGE_CLASS("storageClass"),
93-
ETAG("etag");
93+
ETAG("etag"),
94+
LIFECYCLE("lifecycle");
9495

9596
static final List<? extends FieldSelector> REQUIRED_FIELDS = ImmutableList.of(NAME);
9697

0 commit comments

Comments
 (0)