新增桶权限选择
This commit is contained in:
@@ -5,8 +5,12 @@ HOST=0.0.0.0
|
||||
AWS_REGION=us-east-1
|
||||
AWS_ACCESS_KEY_ID=your_access_key
|
||||
AWS_SECRET_ACCESS_KEY=your_secret_key
|
||||
S3_BUCKET_ADDRESS=https://s3.example.com/your_bucket_name
|
||||
S3_BUCKET_NAME=your_s3_bucket_name
|
||||
|
||||
# For MinIO or other S3-compatible storage
|
||||
S3_ENDPOINT=http://127.0.0.1:9000
|
||||
S3_FORCE_PATH_STYLE=true
|
||||
|
||||
# Application Title
|
||||
APP_TITLE=S3 Media Transcoder
|
||||
|
||||
Reference in New Issue
Block a user