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 d713ae7 commit d1367f6Copy full SHA for d1367f6
awscommons/v2/s3.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// 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 {
+func UploadObjectString(opts *Options, bucket, key, contents string) error {
15
client, err := NewS3Client(opts)
16
if err != nil {
17
return err
0 commit comments