We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c646c9d commit 0e7e21aCopy full SHA for 0e7e21a
1 file changed
tools/storage-advisor/src/s3Issues.go
@@ -213,7 +213,6 @@ resource "aws_s3_bucket_inventory" "{{ .Bucket }}" {
213
location = location[0 : len(location)-1]
214
}
215
location = location + "/" + buckets[i].Name + "/" + *c.Id
216
- fmt.Printf("%s: usable inventory at %s\n", buckets[i].Name, location)
217
buckets[i].UsableInventory = location
218
break
219
0 commit comments