fix: Adds support for VirtualHost style AWS S3 buckets (#1847)

* Bump aws-sdk

* support virtual host buckets

* fix

* fix: VirtualHost bucket without explicit AWS_S3_FORCE_PATH_STYLE=false
This commit is contained in:
Tom Moor
2021-01-27 07:46:43 -08:00
committed by GitHub
parent 2825df29de
commit 6fa760688b
3 changed files with 14 additions and 6 deletions

View File

@@ -74,7 +74,7 @@
"@tippy.js/react": "^2.2.2",
"@tommoor/remove-markdown": "0.3.1",
"autotrack": "^2.4.1",
"aws-sdk": "^2.135.0",
"aws-sdk": "^2.831.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-class-properties": "^6.24.1",