You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`platform`: Some options for S3 can be inferred from the given URL (template):
16
16
-`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.
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.
18
18
-`AWS_VIRTUAL_HOSTING` must be set to `FALSE` if there's no `{bucket}` placeholder in the URL template, otherwise `TRUE` (default value).
19
19
- The `region` property corresponds to the `AWS_REGION` option.
20
20
- The `requester_pays` property corresponds to the `AWS_REQUEST_PAYER` option. If `requester_pays` is `true`, set `AWS_REQUEST_PAYER` to `requester`.
21
-
- If `s3` exists in `auth:refs`, you should set `AWS_NO_SIGN_REQUEST` to `YES`. Otherwise it should be `NO`.
21
+
- If the `s3` authentication scheme (i.e. "Simple S3 authentication") is referred to through `auth:refs`,
22
+
you should set `AWS_NO_SIGN_REQUEST` to `NO`. Otherwise it should be `YES`.
0 commit comments