nastra commented on code in PR #14928:
URL: https://github.com/apache/iceberg/pull/14928#discussion_r2668651443


##########
site/docs/spark-quickstart.md:
##########
@@ -72,25 +73,26 @@ services:
       - AWS_REGION=us-east-1
       - CATALOG_WAREHOUSE=s3://warehouse/
       - CATALOG_IO__IMPL=org.apache.iceberg.aws.s3.S3FileIO
-      - CATALOG_S3_ENDPOINT=http://minio:9000
-  minio:
-    image: minio/minio
-    container_name: minio
+      - CATALOG_S3_ENDPOINT=http://rustfs:9000
+      - CATALOG_S3_PATH__STYLE__ACCESS=true

Review Comment:
   path-style access is deprecated in the AWS SDK, so we moved away from it. I 
don't think we should move back to it again



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to