summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarshavardhana <harsha@minio.io>2016-10-26 05:21:07 -0700
committerChristopher Speller <crspeller@gmail.com>2016-10-26 08:21:07 -0400
commitf02620b291b988848392c455a7719699f6b5c00f (patch)
tree695e07607e86b000b9fe78e77df7f33673f1a755 /config
parentb354d25d3731b53613489d95cfa4c946cf8e0888 (diff)
downloadchat-f02620b291b988848392c455a7719699f6b5c00f.tar.gz
chat-f02620b291b988848392c455a7719699f6b5c00f.tar.bz2
chat-f02620b291b988848392c455a7719699f6b5c00f.zip
Moving away from goamz to use minio-go instead. (#4193)
minio-go does fully managed way of handling S3 API requests - Automatic bucket location management across all s3 regions. - Transparently upload large files in multipart if file 64MB or larger. - Right GetObject() API provides compatibility with io.ReadWriteSeeker interface. - Various other APIs including bulk deletes, server side object copy, bucket policies and bucket notifications. Fixes #4182
Diffstat (limited to 'config')
-rw-r--r--config/config.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/config/config.json b/config/config.json
index 0a154446e..0fda6faaa 100644
--- a/config/config.json
+++ b/config/config.json
@@ -95,11 +95,9 @@
"AmazonS3AccessKeyId": "",
"AmazonS3SecretAccessKey": "",
"AmazonS3Bucket": "",
- "AmazonS3Region": "",
- "AmazonS3Endpoint": "",
- "AmazonS3BucketEndpoint": "",
- "AmazonS3LocationConstraint": false,
- "AmazonS3LowercaseBucket": false
+ "AmazonS3Region": "us-east-1",
+ "AmazonS3Endpoint": "s3.amazonaws.com",
+ "AmazonS3SSL": true
},
"EmailSettings": {
"EnableSignUpWithEmail": true,