add config/s3-upload-sparticle.yaml

This commit is contained in:
朱潮 2026-03-11 09:21:43 +08:00
parent 25272015a0
commit 67290f7e5e

View File

@ -1,8 +1,12 @@
default: local # Default bucket (used when no bucket specified)
default: sparticle-agent
# Bucket configurations # Bucket configurations
buckets: buckets:
local: sparticle-agent:
mode: local endpoint: https://s3.ap-northeast-1.amazonaws.com
endpoint: http://localhost:8001/public access_key_id: AKIA5M4ISMZH2NIQYXD3
public_dir: public # relative to cwd, or use absolute path secret_access_key: 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
bucket_name: sparticle-agent
region: ap-northeast-1
public: false