Skip to content

Commit

Permalink
fix #164 noncurrent_version_transition_noncurrent_days (#165)
Browse files Browse the repository at this point in the history
fix bad copy-paste

Co-authored-by: smarchenkov <smarchenkov@astra-live>
  • Loading branch information
sminux and smarchenkov authored Aug 21, 2024
1 parent 6f313b9 commit b3e9b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ std::string LifecycleConfig::ToXML() const {
ss << "<NoncurrentVersionTransition>";
if (rule.noncurrent_version_transition_noncurrent_days) {
ss << "<NoncurrentDays>"
<< rule.noncurrent_version_expiration_noncurrent_days
<< rule.noncurrent_version_transition_noncurrent_days
<< "</NoncurrentDays>";
}
if (!rule.noncurrent_version_transition_storage_class.empty()) {
Expand Down

0 comments on commit b3e9b2c

Please sign in to comment.