We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829848e commit fe6b14fCopy full SHA for fe6b14f
internal/services/object/helpers_object.go
@@ -292,7 +292,7 @@ func flattenBucketCORS(corsResponse interface{}) []interface{} {
292
293
func expandBucketCORS(ctx context.Context, rawCors []interface{}, bucket string) []s3Types.CORSRule {
294
if len(rawCors) == 0 {
295
- tflog.Warn(ctx, fmt.Sprintf("No CORS configuration provided for bucket: "+bucket))
+ tflog.Warn(ctx, "No CORS configuration provided for bucket: "+bucket)
296
return nil
297
}
298
0 commit comments