Skip to content

Commit d1367f6

Browse files
authored
Follow up syntax update (#53)
1 parent d713ae7 commit d1367f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscommons/v2/s3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// UploadObjectString will upload the provided string to the given S3 bucket as an object under the specified key.
14-
func UploadObjectString(opts *Options, bucket string, key string, contents string) error {
14+
func UploadObjectString(opts *Options, bucket, key, contents string) error {
1515
client, err := NewS3Client(opts)
1616
if err != nil {
1717
return err

0 commit comments

Comments
 (0)