Skip to content

Commit 24e12c6

Browse files
committed
Merge pull request #34 from timiyay/master
update README to show region config
2 parents 2133bdb + 9f94aef commit 24e12c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
accessKeyId: "ID",
3131
secretAccessKey: "KEY",
3232
bucket: "BUCKET",
33+
region: "ap-southeast-2", // if your bucket isn't in us-east-1
3334
acl: 'public-read', //optional, e.g. 'public-read', if ACL is not configured, it is not sent
3435
hostName: "my-index-bucket.s3-my-region.amazonaws.com", // To be set with 'direct' indexMode
3536
indexMode: "indirect", // Optional: 'direct' or 'indirect', 'direct' is used by default.
@@ -40,7 +41,8 @@ module.exports = {
4041
type: "s3",
4142
accessKeyId: "ID",
4243
secretAccessKey: "KEY",
43-
bucket: "BUCKET"
44+
bucket: "BUCKET",
45+
region: "ap-southeast-2" // if your bucket isn't in us-east-1
4446
}
4547
}
4648
}

0 commit comments

Comments
 (0)