File tree
Expand file treeCollapse file tree1 file changed
+3
-1
lines changed google-cloud-storage/src/main/java/com/google/cloud/storage
Expand file treeCollapse file tree1 file changed
+3
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -662,7 +662,9 @@ public StorageClass apply(String storageClass) {
|
662 | 662 | .setDaysSinceNoncurrentTime(condition.getDaysSinceNoncurrentTime())
|
663 | 663 | .setNoncurrentTimeBefore(condition.getNoncurrentTimeBefore())
|
664 | 664 | .setCustomTimeBefore(condition.getCustomTimeBefore())
|
665 |
| -.setDaysSinceCustomTime(condition.getDaysSinceCustomTime()); |
| 665 | +.setDaysSinceCustomTime(condition.getDaysSinceCustomTime()) |
| 666 | +.setMatchesPrefix(condition.getMatchesPrefix()) |
| 667 | +.setMatchesSuffix(condition.getMatchesSuffix()); |
666 | 668 |
|
667 | 669 | return new LifecycleRule(lifecycleAction, conditionBuilder.build());
|
668 | 670 | }
|
|
You can’t perform that action at this time.
0 commit comments