majinghe commented on code in PR #14928:
URL: https://github.com/apache/iceberg/pull/14928#discussion_r2802110348
##########
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:
@nastra @steveloughran Hi, RustFS support virtual host mode as well, I have
changed path-style mode to virtual-host mode, after testing, quick start works
fine.
--
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]