复制项目
This commit is contained in:
16
config/minio.yml
Normal file
16
config/minio.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Name of the bucket in MinIO
|
||||
bucket: images
|
||||
# Access key ID for MinIO authentication
|
||||
accessKeyID: Z9Mgqtdm9OczzeRG
|
||||
# Secret access key for MinIO authentication
|
||||
secretAccessKey: vV6CzNvxYaN9jSZ8g7nOhGF1N4ygLJbE
|
||||
# Session token for MinIO authentication (optional)
|
||||
sessionToken:
|
||||
# Internal address of the MinIO server
|
||||
internalAddress: s3.jizhying.com
|
||||
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
|
||||
externalAddress: https://s3.jizhying.com
|
||||
# Flag to enable or disable public read access to the bucket
|
||||
publicRead: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user