The only feature of AWS that we are going to use is s3
. I have the aws-java-sdk-<ver>.jar
which is ~14MB jar. Is there a standalone jar available for just using s3
(I mean the core components and s3 features)?
I looked up on the web, tried combination of names (appended s3 to links etc.) but couldn't find any. However, I stumbled upon this page : JARs for Android. There are feature specific jars for aws on Andorid. I have a feeling that they would have something similar for the regular java sdk as well. Has someone come across that or my only resort is to include the 14 MB jar?
Thanks.