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
Copy file name to clipboardExpand all lines: mkdocs/docs/configuration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,8 @@ For the FileIO there are several configuration options available:
82
82
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
83
83
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
84
84
| s3.signer | bearer | Configure the signature version of the FileIO. |
85
-
| s3.signer.uri |http://my.signer:8080/s3| Configure the remote signing uri if it differs from the catalog uri. Remote signing is only implemented for `FsspecFileIO`. The final request is sent to `<s3.singer.uri>/v1/aws/s3/sign`. |
85
+
| s3.signer.uri |http://my.signer:8080/s3| Configure the remote signing uri if it differs from the catalog uri. Remote signing is only implemented for `FsspecFileIO`. The final request is sent to `<s3.signer.uri>/<s3.signer.endpoint>`. |
86
+
| s3.signer.endpoint | v1/main/s3-sign | Configure the remote signing endpoint. Remote signing is only implemented for `FsspecFileIO`. The final request is sent to `<s3.signer.uri>/<s3.signer.endpoint>`. (default : v1/aws/s3/sign). |
86
87
| s3.region | us-west-2 | Sets the region of the bucket |
87
88
| s3.proxy-uri |http://my.proxy.com:8080| Configure the proxy server to be used by the FileIO. |
0 commit comments