From c303c5d1bd70707d8a2c1595eb2006d0113b407e Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 11:51:04 -0500 Subject: [PATCH] update docs --- config/activation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/activation.json b/config/activation.json index 3fe1def5..11b71368 100644 --- a/config/activation.json +++ b/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