Skip to content

Commit

Permalink
Merge pull request #247 from velimir/upload-typespec
Browse files Browse the repository at this point in the history
add missing `meta` opts from the upload type spec
  • Loading branch information
bernardd authored Jun 4, 2024
2 parents 9e469fb + 027d0a4 commit f599bfd
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 @@ -1129,6 +1129,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 f599bfd

Please sign in to comment.