Skip to content

Commit 072ab4a

Browse files
Add storage class to the inventory report for ci
1 parent be76a20 commit 072ab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/rustc-ci/impl/artifacts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ resource "aws_s3_bucket_inventory" "artifacts" {
135135
enabled = true
136136

137137
included_object_versions = "Current"
138-
optional_fields = ["ETag", "Size", "IntelligentTieringAccessTier"]
138+
optional_fields = ["ETag", "Size", "StorageClass", "IntelligentTieringAccessTier"]
139139

140140
schedule {
141141
frequency = "Weekly"

0 commit comments

Comments
 (0)