Skip to content

Commit 22183c4

Browse files
Set storage class to intelligent tiering
This should be more cost efficient, and is a good opportunity to experiment with alternatives anyway.
1 parent 1713a42 commit 22183c4

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)