seahen / maven-s3-wagon

A Maven Wagon provider for accessing Amazon's Simple Storage Service (S3)
Other
44 stars 25 forks source link

Only depend on S3 SDK #25

Open jdimeo opened 3 years ago

jdimeo commented 3 years ago

I'm noticing that this extension pulls down every single AWS Java SDK. It would save bandwidth and speed up builds if it just depended on the S3 SDK.

Thanks for making this though!