mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Upgrade aws-sdk to v3 (re-attempt) (#28410)
* Upgrade `aws-sdk` to v3 Also vendored nodemailer-ses-transport * Moved default region to CE settings * Ensure timeout is added to `requestHandler` and `region` is populated * fix unsigned header in signed URL request The x-amz-acl header is not needed when using the signed request, as ACL are already defined when creating the signed URL in PutObjectCommand constructor. * Add default AWS region for latexqc service * remove unnecessary region in compose files * Use AWS_REGION=us-west-2 for history-v1 * prevent retries uploading streams with PutObjectCommand * Remove AWS SDK JS message suppression GitOrigin-RevId: 6fda6f02160023ffed76143397bbd965f86a9509
This commit is contained in:
@@ -20,12 +20,15 @@
|
||||
"author": "Overleaf (https://www.overleaf.com/)",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.864.0",
|
||||
"@aws-sdk/lib-storage": "^3.864.0",
|
||||
"@aws-sdk/node-http-handler": "^3.370.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.864.0",
|
||||
"@google-cloud/storage": "^6.10.1",
|
||||
"@overleaf/logger": "*",
|
||||
"@overleaf/metrics": "*",
|
||||
"@overleaf/o-error": "*",
|
||||
"@overleaf/stream-utils": "*",
|
||||
"aws-sdk": "^2.1691.0",
|
||||
"fast-crc32c": "overleaf/node-fast-crc32c#aae6b2a4c7a7a159395df9cc6c38dfde702d6f51",
|
||||
"glob": "^7.1.6",
|
||||
"range-parser": "^1.2.1",
|
||||
|
||||
Reference in New Issue
Block a user