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
| s3.endpoint |<https://10.0.19.25/>| Configure an alternative endpoint of the S3 service for the FileIO to access. This could be used to use S3FileIO with any s3-compatible object storage service that has a different endpoint, or access a private S3 endpoint in a virtual private cloud. |
114
-
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
115
-
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
116
-
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
117
-
| s3.role-session-name | session | An optional identifier for the assumed role session. |
118
-
| s3.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
119
-
| s3.signer | bearer | Configure the signature version of the FileIO. |
120
-
| 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>`. |
121
-
| 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). |
122
-
| s3.region | us-west-2 | Configure the default region used to initialize an `S3FileSystem`. `PyArrowFileIO` attempts to automatically resolve the region for each S3 bucket, falling back to this value if resolution fails. |
123
-
| s3.proxy-uri |<http://my.proxy.com:8080>| Configure the proxy server to be used by the FileIO. |
| s3.request-timeout | 60.0 | Configure socket read timeouts on Windows and macOS, in seconds. |
126
-
| s3.force-virtual-addressing | False | Whether to use virtual addressing of buckets. If true, then virtual addressing is always enabled. If false, then virtual addressing is only enabled if endpoint_override is empty. This can be used for non-AWS backends that only support virtual hosted-style access. |
| s3.endpoint |<https://10.0.19.25/>| Configure an alternative endpoint of the S3 service for the FileIO to access. This could be used to use S3FileIO with any s3-compatible object storage service that has a different endpoint, or access a private S3 endpoint in a virtual private cloud. |
114
+
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
115
+
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
116
+
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
117
+
| s3.role-session-name | session | An optional identifier for the assumed role session. |
118
+
| s3.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
119
+
| s3.signer | bearer | Configure the signature version of the FileIO. |
120
+
| 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>`. |
121
+
| 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). |
122
+
| s3.region | us-west-2 | Configure the default region used to initialize an `S3FileSystem`. `PyArrowFileIO` attempts to automatically tries to resolve the region if this isn't set (only supported for AWS S3 Buckets). |
123
+
| s3.resolve-region | False | Only supported for `PyArrowFileIO`, when enabled, it will always try to resolve the location of the bucket (only supported for AWS S3 Buckets). |
124
+
| s3.proxy-uri |<http://my.proxy.com:8080>| Configure the proxy server to be used by the FileIO. |
| s3.request-timeout | 60.0 | Configure socket read timeouts on Windows and macOS, in seconds. |
127
+
| s3.force-virtual-addressing | False | Whether to use virtual addressing of buckets. If true, then virtual addressing is always enabled. If false, then virtual addressing is only enabled if endpoint_override is empty. This can be used for non-AWS backends that only support virtual hosted-style access. |
0 commit comments