Skip to content

Commit 3e96235

Browse files
add tagging as a put_object opt in the typespec
1 parent 9ec181b commit 3e96235

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
@@ -954,6 +954,7 @@ defmodule ExAws.S3 do
954954
| {:meta, amz_meta_opts}
955955
| {:if_match, binary}
956956
| {:if_none_match, binary}
957+
| {:tagging, binary}
957958
| acl_opt
958959
| storage_class_opt
959960
]

0 commit comments

Comments
 (0)