Skip to content

Commit

Permalink
Merge pull request #251 from nathanl/patch-1
Browse files Browse the repository at this point in the history
Clarify that presigned URLs are generated locally
  • Loading branch information
bernardd authored Mar 21, 2024
2 parents 9bdb781 + 874e00e commit e21d638
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 @@ -1302,6 +1302,7 @@ defmodule ExAws.S3 do

@doc """
Generate a pre-signed URL for an object.
This is a local operation and does not check whether the bucket or object exists.
When option param `:virtual_host` is `true`, the bucket name will be used in
the hostname, along with the s3 default host which will look like -
Expand Down

0 comments on commit e21d638

Please sign in to comment.