File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,9 @@ public StorageClass apply(String storageClass) {
662662
.setDaysSinceNoncurrentTime(condition.getDaysSinceNoncurrentTime())
663663
.setNoncurrentTimeBefore(condition.getNoncurrentTimeBefore())
664664
.setCustomTimeBefore(condition.getCustomTimeBefore())
665-
.setDaysSinceCustomTime(condition.getDaysSinceCustomTime());
665+
.setDaysSinceCustomTime(condition.getDaysSinceCustomTime())
666+
.setMatchesPrefix(condition.getMatchesPrefix())
667+
.setMatchesSuffix(condition.getMatchesSuffix());
666668

667669
return new LifecycleRule(lifecycleAction, conditionBuilder.build());
668670
}

0 commit comments

Comments
 (0)