Migrate S3 deployment script to AWS SDK for JavaScript v3
This was mostly straightforward except that the `cdn.hypothes.is` bucket resides in us-east-1, which has a quirk with regards to determining the bucket region. Fixes https://github.com/hypothesis/client/issues/5544
Showing
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"bugs": "https://github.com/hypothesis/client/issues", | "bugs": "https://github.com/hypothesis/client/issues", | ||
"repository": "hypothesis/client", | "repository": "hypothesis/client", | ||
"devDependencies": { | "devDependencies": { | ||
"@aws-sdk/client-s3": "^3.504.0", | |||
"@babel/core": "^7.1.6", | "@babel/core": "^7.1.6", | ||
"@babel/preset-env": "^7.1.6", | "@babel/preset-env": "^7.1.6", | ||
"@babel/preset-react": "^7.0.0", | "@babel/preset-react": "^7.0.0", | ||
... | @@ -38,7 +39,6 @@ | ... | @@ -38,7 +39,6 @@ |
"@typescript-eslint/parser": "^6.0.0", | "@typescript-eslint/parser": "^6.0.0", | ||
"approx-string-match": "^2.0.0", | "approx-string-match": "^2.0.0", | ||
"autoprefixer": "^10.0.1", | "autoprefixer": "^10.0.1", | ||
"aws-sdk": "^2.345.0", | |||
"axe-core": "^4.0.0", | "axe-core": "^4.0.0", | ||
"babel-plugin-inject-args": "^1.0.0", | "babel-plugin-inject-args": "^1.0.0", | ||
"babel-plugin-istanbul": "^6.0.0", | "babel-plugin-istanbul": "^6.0.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment