浏览代码

update docs

tags/v1.5.5
Jonathan Cobb 4 年前
父节点
当前提交
c303c5d1bd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      config/activation.json

+ 2
- 1
config/activation.json 查看文件

@@ -100,7 +100,8 @@
// You must configure the AWS S3 Storage service in order to launch new Bubbles
"S3Storage" : {
"config": {
// region must be a valid value from the Regions enum: https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/regions/Regions.java
// region must be a valid value from the Regions enum:
// https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/regions/Regions.java
"region": "US_EAST_1",
"bucket": "must be a valid bucket name that the credentials can read/write/list/delete",
"prefix": "", // optional: all paths for S3 operations will be prefixed with this path


正在加载...
取消
保存