We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f313b9 commit b3e9b2cCopy full SHA for b3e9b2c
1 file changed
src/types.cc
@@ -567,7 +567,7 @@ std::string LifecycleConfig::ToXML() const {
567
ss << "<NoncurrentVersionTransition>";
568
if (rule.noncurrent_version_transition_noncurrent_days) {
569
ss << "<NoncurrentDays>"
570
- << rule.noncurrent_version_expiration_noncurrent_days
+ << rule.noncurrent_version_transition_noncurrent_days
571
<< "</NoncurrentDays>";
572
}
573
if (!rule.noncurrent_version_transition_storage_class.empty()) {
0 commit comments