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
Because otherwise a lot of aws-java-sdk jars are included into project and I think they are not needed.
Currently the following workaround can be used to exclude aws-java-sdk in project which uses spring-content-s3 and add only aws-java-sdk-s3 as dependency.
Example for gradle:
In
spring-content-s3
module I guess It should be enough to not depend on:but instead only on:
Because otherwise a lot of aws-java-sdk jars are included into project and I think they are not needed.
Currently the following workaround can be used to exclude
aws-java-sdk
in project which usesspring-content-s3
and add onlyaws-java-sdk-s3
as dependency.Example for gradle:
The text was updated successfully, but these errors were encountered: