Skip to content

Commit

Permalink
Merge pull request #4 from gr8Adakron/gr8Adakron-patch-1
Browse files Browse the repository at this point in the history
updating code doc
  • Loading branch information
gr8Adakron authored Jan 24, 2022
2 parents 30c8b4d + f89b7cf commit c4ee52d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ex_aws/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,10 @@ defmodule ExAws.S3 do
When option param `:s3_accelerate` is `true`, the bucket name will be used as
the hostname, along with the `s3-accelerate.amazonaws.com` host.
When option param `:bucket_as_host` is `true`, the bucket name will be used as
the hostname, which will look like `<bucket>.<domain>.com` host.
When option param `:bucket_as_host` is `true`, the bucket name will be used as the full hostname.
In this case, bucket must be set to a full hostname, for example `mybucket.example.com`.
The `bucket_as_host` must be passed along with `virtual_host=true`
Additional (signed) query parameters can be added to the url by setting option param
`:query_params` to a list of `{"key", "value"}` pairs. Useful if you are uploading parts of
a multipart upload directly from the browser.
Expand Down

0 comments on commit c4ee52d

Please sign in to comment.