Skip to content

Commit

Permalink
Merge pull request #47 from mitou/fix/file-upload
Browse files Browse the repository at this point in the history
[修正] GCSへのアクセス時にSSLを用いるように修正
  • Loading branch information
kyasbal authored May 10, 2024
2 parents f0e0c4a + e23b9d2 commit 1c63541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets/mattermost.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"AmazonS3PathPrefix": "mattermost-storage",
"AmazonS3Region": "",
"AmazonS3Endpoint": "storage.googleapis.com",
"AmazonS3SSL": false,
"AmazonS3SSL": true,
"AmazonS3SignV2": false,
"AmazonS3SSE": false,
"AmazonS3Trace": false
Expand Down

0 comments on commit 1c63541

Please sign in to comment.