File tree Expand file tree Collapse file tree
sample/src/main/kotlin/com/icerockdev/sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- APP_HOST = 127.0.0.30
1+ APP_HOST = 127.0.0.1
22APP_PORT = 8080
3- S3_ENDPOINT = http://127.0.0.30 :9000
3+ S3_ENDPOINT = http://127.0.0.1 :9000
44S3_REGION = us-east-1
55S3_BUCKET = test-bucket
66RUSTFS_ACCESS_KEY = my_access_key
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object Main {
3535 .credentialsProvider(
3636 StaticCredentialsProvider .create(
3737 AwsBasicCredentials .create(
38- dotenv[" MINIO_ACCESS_KEY " ], dotenv[" MINIO_SECRET_KEY " ]
38+ dotenv[" RUSTFS_ACCESS_KEY " ], dotenv[" RUSTFS_SECRET_KEY " ]
3939 )
4040 )
4141 )
@@ -48,7 +48,7 @@ object Main {
4848 .credentialsProvider(
4949 StaticCredentialsProvider .create(
5050 AwsBasicCredentials .create(
51- dotenv[" MINIO_ACCESS_KEY " ], dotenv[" MINIO_SECRET_KEY " ]
51+ dotenv[" RUSTFS_ACCESS_KEY " ], dotenv[" RUSTFS_SECRET_KEY " ]
5252 )
5353 )
5454 )
You can’t perform that action at this time.
0 commit comments