From 67290f7e5e57775651fe7497e1c8b3a29624280f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Wed, 11 Mar 2026 09:21:43 +0800 Subject: [PATCH] add config/s3-upload-sparticle.yaml --- config/s3-upload-sparticle.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/config/s3-upload-sparticle.yaml b/config/s3-upload-sparticle.yaml index 91b144e..0067e1a 100644 --- a/config/s3-upload-sparticle.yaml +++ b/config/s3-upload-sparticle.yaml @@ -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: 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 + bucket_name: sparticle-agent + region: ap-northeast-1 + public: false