chrislusf commented on code in PR #28560:
URL: https://github.com/apache/flink/pull/28560#discussion_r4020046758
##########
flink-filesystems/flink-s3-fs-base/src/test/java/org/apache/flink/fs/s3/common/SeaweedFsTestContainer.java:
##########
@@ -71,21 +69,16 @@ public SeaweedFsTestContainer(String defaultBucketName) {
withEnv(AWS_ACCESS_KEY_ID, this.accessKey);
withEnv(AWS_SECRET_ACCESS_KEY, this.secretKey);
withCommand(
- "server", "-s3", "-s3.port=" + DEFAULT_PORT, "-dir=" +
DEFAULT_STORAGE_DIRECTORY);
+ "mini",
Review Comment:
The "mini" mode is designed for test/dev environments, would auto adjust
configurations for local testing.
Also, it starts with table buckets and Iceberg REST catalog, which I think
would be helpful later on.
--
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]