File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ class Arguments:
165165 PROXY = "proxy"
166166 HADOOP_WAREHOUSE = "hadoop_warehouse"
167167 ICEBERG_REMOTE_CATALOG_NAME = "iceberg_remote_catalog_name"
168- ENDPOINT = ' endpoint'
169- STS_ENDPOINT = ' sts_endpoint'
170- PATH_STYLE_ACCESS = ' path_style_access'
168+ ENDPOINT = " endpoint"
169+ STS_ENDPOINT = " sts_endpoint"
170+ PATH_STYLE_ACCESS = " path_style_access"
171171 CATALOG_CONNECTION_TYPE = "catalog_connection_type"
172172 CATALOG_AUTHENTICATION_TYPE = "catalog_authentication_type"
173173 CATALOG_SERVICE_IDENTITY_TYPE = "catalog_service_identity_type"
@@ -226,7 +226,9 @@ class Create:
226226 REGION = "(Only for S3) The region to use when connecting to S3"
227227 USER_ARN = "(Only for S3) A user ARN to use when connecting to S3"
228228 ENDPOINT = "(Only for S3) The S3 endpoint to use when connecting to S3"
229- STS_ENDPOINT = "(Only for S3) The STS endpoint to use when connecting to STS"
229+ STS_ENDPOINT = (
230+ "(Only for S3) The STS endpoint to use when connecting to STS"
231+ )
230232 PATH_STYLE_ACCESS = "(Only for S3) whether to use path-style-access for S3"
231233
232234 TENANT_ID = "(Required for Azure) A tenant ID to use when connecting to Azure Storage"
You can’t perform that action at this time.
0 commit comments