Can anyone explain what is the difference between these two packages com.google.cloud.storage (https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/com/google/cloud/storage/package-summary.html ) and com.google.appengine.tools.cloudstorage (https://cloud.google.com/appengine/docs/standard/java/googlecloudstorageclient/javadoc/com/google/appengine/tools/cloudstorage/package-summary)
Are there any differences in how they function ? Which package is used in which scenario ?
I am developing a Spring MVC application and want to upload files (>100 MB) directly to Cloud Storage and download them without any errors and without going through App Engine instances.