Skip to content

Commit

Permalink
add missing meta opts from the upload type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
velimir committed Mar 12, 2024
1 parent 96d3f44 commit 027d0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ex_aws/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ defmodule ExAws.S3 do
| {:expires, binary}
| {:website_redirect_location, binary}
| {:encryption, encryption_opts}
| {:meta, amz_meta_opts}
| acl_opt
| storage_class_opt
@type initiate_multipart_upload_opts :: [initiate_multipart_upload_opt]
Expand Down

0 comments on commit 027d0a4

Please sign in to comment.