summaryrefslogtreecommitdiffstats
path: root/app/plugin.go
diff options
context:
space:
mode:
authorBret Mogilefsky <bmogilefsky@gmail.com>2017-11-24 09:58:13 -0800
committerChristopher Speller <crspeller@gmail.com>2017-11-24 09:58:12 -0800
commite85ec3830164ffdfbe8fd5696ab99446b38a01ef (patch)
tree8b8df5089461294893d02d16bc725ec69c59ad39 /app/plugin.go
parentfdbfb9a4ed722bfe138ecaf7c5b308191c13925f (diff)
downloadchat-e85ec3830164ffdfbe8fd5696ab99446b38a01ef.tar.gz
chat-e85ec3830164ffdfbe8fd5696ab99446b38a01ef.tar.bz2
chat-e85ec3830164ffdfbe8fd5696ab99446b38a01ef.zip
Don't force AmazonS3Region (#7830)
In [this issue](https://mattermost.atlassian.net/browse/PLT-7475), it says that the UI text should be `Help Text: (Optional) AWS region you selected when creating your S3 bucket. If no region is set, Mattermost attempts to get the appropriate region from AWS, or sets it to "us-east-1" if none found.` The [Mattermost documentation](https://docs.mattermost.com/administration/config-settings.html#amazon-s3-region) says the default for this value is `""`, but it's set here. For this reason the behavior described above (getting the appropriate region from AWS, then falling back to `us-east-1` only if that fails) **does not happen**; Mattermost tries region `us-east-1` even if `AmazonS3Endpoint` points to a different region.
Diffstat (limited to 'app/plugin.go')
0 files changed, 0 insertions, 0 deletions