Skip to content

Commit fe6b14f

Browse files
committed
fix(object): linter
1 parent 829848e commit fe6b14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/object/helpers_object.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func flattenBucketCORS(corsResponse interface{}) []interface{} {
292292

293293
func expandBucketCORS(ctx context.Context, rawCors []interface{}, bucket string) []s3Types.CORSRule {
294294
if len(rawCors) == 0 {
295-
tflog.Warn(ctx, fmt.Sprintf("No CORS configuration provided for bucket: "+bucket))
295+
tflog.Warn(ctx, "No CORS configuration provided for bucket: "+bucket)
296296
return nil
297297
}
298298

0 commit comments

Comments
 (0)