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 entities dependency was introduced in the PR: #2381 to solve the xml decoding issues. It's a 13 KB Gzipped un-treeshakable dependency. It has larger footprint than several SDK clients source code Gzipped.
Now that the issue has been fixed in the mentioned dependency: #2375 (comment), the dependency can be removed.
SDK version number
@aws-sdk/client-s3
Which JavaScript Runtime is this issue in?
Browser
Details of the browser/Node.js/ReactNative version
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Checkboxes for prior research
Describe the bug
The
entities
dependency was introduced in the PR: #2381 to solve the xml decoding issues. It's a 13 KB Gzipped un-treeshakable dependency. It has larger footprint than several SDK clients source code Gzipped.Now that the issue has been fixed in the mentioned dependency: #2375 (comment), the dependency can be removed.
SDK version number
@aws-sdk/client-s3
Which JavaScript Runtime is this issue in?
Browser
Details of the browser/Node.js/ReactNative version
all browsers
Reproduction Steps
aws-amplify/amplify-js#10362
Observed Behavior
Bundle analytics report of bundling Amplify-js library with 3.175.0 release of the SDK:
https://dev.d30eefz4azmpyu.amplifyapp.com/storage-new.html
Expected Behavior
The
entities
dependency not installedPossible Solution
Bump up
fast-xml-parser
to 4.0.0+Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: