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
|
# 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: MgXNnOyNHCgAuN0/xGWMvmWBMFYnUyTShYdc/wuq
|
||||||
|
bucket_name: sparticle-agent
|
||||||
|
region: ap-northeast-1
|
||||||
|
public: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user