Skip to content

Commit

Permalink
Update s3_writer.go
Browse files Browse the repository at this point in the history
remove unuseful comment
  • Loading branch information
pollosp authored Oct 3, 2024
1 parent c656c7e commit 5655934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awss3exporter/s3_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (s3writer *s3Writer) writeBuffer(_ context.Context, buf []byte, config *Con
Bucket: aws.String(config.S3Uploader.S3Bucket),
Key: aws.String(key),
Body: reader,
StorageClass: aws.String(config.S3Uploader.StorageClass), // Set the storage class here
StorageClass: aws.String(config.S3Uploader.StorageClass),
ContentEncoding: &encoding,
})
if err != nil {
Expand Down

0 comments on commit 5655934

Please sign in to comment.