Skip to content

Commit

Permalink
Fix typespec for presigned_url_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
firx committed Oct 11, 2023
1 parent 1e9890c commit 8e2fbd6
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 @@ -58,6 +58,7 @@ defmodule ExAws.S3 do
| {:query_params, [{binary, binary}]}
| {:headers, [{binary, binary}]}
| {:bucket_as_host, boolean}
| {:start_datetime, DateTime.t()}
]

@type presigned_post_opts :: [
Expand Down

0 comments on commit 8e2fbd6

Please sign in to comment.