Add support of customizing endpoint for S3-compatiable services

This commit is contained in:
李董睿煊
2022-08-31 22:54:37 +08:00
committed by GitHub
parent 69164b66e2
commit d1eb441498
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ deploy:
headers: <headers in JSON format> // pass any headers to S3, usefull for metadata cache setting of Hexo assets
prefix: <prefix> // Optional, prefix ending in /
delete_removed: <true|false> // if true will delete removed files from S3. Default: true
endpoint: <endpoint> // Optional, for S3 compatiable services
```
If you installed the AWS command-line tool and provided your credentials via `aws configure`,