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
Context: We are adding ep_image_upload to the Etherpad package for Sandstorm.io, which does not ever attempt to store information externally if avoidable.
Dragging in the entire aws-sdk in order to upload images locally feels sort of unpleasant. Is there any way to only include that heft if we are storing in S3? npm says aws-sdk is a solid 80 MB, which is a pretty hefty bloat for an app for unused functionality.
Context: We are adding ep_image_upload to the Etherpad package for Sandstorm.io, which does not ever attempt to store information externally if avoidable.
Dragging in the entire aws-sdk in order to upload images locally feels sort of unpleasant. Is there any way to only include that heft if we are storing in S3? npm says aws-sdk is a solid 80 MB, which is a pretty hefty bloat for an app for unused functionality.
cc: @zenhack
The text was updated successfully, but these errors were encountered: