Skip to content

Commit f956b45

Browse files
Merge pull request #1116 from Mark-Simulacrum/intelligent-tiering
Set storage class to intelligent tiering
2 parents 1713a42 + 22183c4 commit f956b45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/src/execute.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,8 @@ impl Upload {
782782
let child = Command::new("aws")
783783
.arg("s3")
784784
.arg("cp")
785+
.arg("--storage-class")
786+
.arg("INTELLIGENT_TIERING")
785787
.arg("--only-show-errors")
786788
.arg(upload.path())
787789
.arg(&format!(

0 commit comments

Comments
 (0)