Skip to content

Commit 7656b81

Browse files
authored
Update platforms/custom-s3.md
1 parent 8ca06e4 commit 7656b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platforms/custom-s3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ GDAL documentation: <https://gdal.org/en/latest/user/virtual_file_systems.html#v
1414

1515
- `platform`: Some options for S3 can be inferred from the given URL (template):
1616
- `AWS_HTTPS` can be retrieved by parsing the scheme part of the URL. `https` = `ON`, `http` = `OFF`.
17-
- `AWS_S3_ENDPOINT` is the authority part of the URL after replacing all variables in the URL, e.g. `us-west.mycloud.com` without `https://` or `s3://` as prefix.
17+
- `AWS_S3_ENDPOINT` is the authority part of the URL after replacing all variables in the URL,
18+
e.g. `us-west.mycloud.com` without `https://` or `s3://` as prefix.
1819
- `AWS_VIRTUAL_HOSTING` must be set to `FALSE` if there's no `{bucket}` placeholder in the URL template, otherwise `TRUE` (default value).
1920
- The `region` property corresponds to the `AWS_REGION` option.
2021
- The `requester_pays` property corresponds to the `AWS_REQUEST_PAYER` option. If `requester_pays` is `true`, set `AWS_REQUEST_PAYER` to `requester`.

0 commit comments

Comments
 (0)