add config/s3-upload-sparticle.yaml
This commit is contained in:
parent
25272015a0
commit
67290f7e5e
@ -1,8 +1,12 @@
|
||||
default: local
|
||||
# Default bucket (used when no bucket specified)
|
||||
default: sparticle-agent
|
||||
|
||||
# Bucket configurations
|
||||
buckets:
|
||||
local:
|
||||
mode: local
|
||||
endpoint: http://localhost:8001/public
|
||||
public_dir: public # relative to cwd, or use absolute path
|
||||
sparticle-agent:
|
||||
endpoint: https://s3.ap-northeast-1.amazonaws.com
|
||||
access_key_id: AKIA5M4ISMZH2NIQYXD3
|
||||
secret_access_key: MgXNnOyNHCgAuN0/xGWMvmWBMFYnUyTShYdc/wuq
|
||||
bucket_name: sparticle-agent
|
||||
region: ap-northeast-1
|
||||
public: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user