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
The AWS.S3.ManagedUpload is replace by Upload in v3.
The service is renamed to client, and is no longer optional.
We added transformations for s3.upload in v0.12.0. As a workaround, you can change AWS.S3.ManagedUpload API to s3.upload and run codemod, while implementation for ManagedUpload is prioritized.
Self-service
Problem
When running:
npx aws-sdk-js-codemod -t v2-to-v3 example.js
I get:
Processing 1 files...
Spawning 1 workers...
Sending 1 files to free worker...
All done.
Results:
0 errors
1 unmodified
0 skipped
0 ok
Time elapsed: 0.340seconds
Solution
I want a working v3
Alternatives
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: