You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update AWS SDK to v3. Update s3-blob-store to a version supporting SDK v3 or implement a new storage provider based on SDK v3.
Motivation
SDK v2 will reach end-of-support on September 8, 2025. SDK v3 is modularized and will improve bundle sizes for lambda deployment.
Example
AWS Lambda runtimes for Node 18.x and above include SDK v3 by default. This is an opportunity to reduce bundle size even further and allow for continuous SDK updates by externalization.
The text was updated successfully, but these errors were encountered:
I have most tests passing on SDK v3 in this PR. The stream behavior is a bit different and the upload request is finishing before the artifacts are available to download. This is using the supported lib-storage Upload helper in v3. Welcoming any advice on how to properly pipe the writable stream to the Upload object.
🚀 Feature Proposal
Update AWS SDK to v3. Update s3-blob-store to a version supporting SDK v3 or implement a new storage provider based on SDK v3.
Motivation
SDK v2 will reach end-of-support on September 8, 2025. SDK v3 is modularized and will improve bundle sizes for lambda deployment.
Example
AWS Lambda runtimes for Node 18.x and above include SDK v3 by default. This is an opportunity to reduce bundle size even further and allow for continuous SDK updates by externalization.
The text was updated successfully, but these errors were encountered: