Files
kim.dev.6789 e50142a3b9 复制项目
2026-01-14 22:16:44 +08:00

17 lines
585 B
YAML

# 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