Skip to content

Commit cfa9037

Browse files
authored
Merge pull request #316 from ethangunderson/fix-put-object-doc
add tagging as a put_object opt in typespec
2 parents 5cd0add + 3e96235 commit cfa9037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ex_aws/s3.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ defmodule ExAws.S3 do
15481548
| {:meta, amz_meta_opts}
15491549
| {:if_match, binary}
15501550
| {:if_none_match, binary}
1551+
| {:tagging, binary}
15511552
| acl_opt
15521553
| storage_class_opt
15531554
]

0 commit comments

Comments
 (0)