我有一个使用 Google Cloud Storage 的 GAE 应用程序。在开发机器上尝试使用存储 API 时出现以下警告:
WARNING: Class com.google.appengine.tools.cloudstorage.RetryHelper
loaded from target/webapp-1.0-SNAPSHOT/WEB-INF/lib/appengine-gcs-client-0.3.2.jar
has a dependency on class com.google.appengine.tools.cloudstorage.ExceptionHandler
loaded from (target/webapp-1.0-SNAPSHOT/WEB-INF/lib/appengine-gcs-client-0.3.2.jar <no signer certificates>),
which is not part of App Engine's supported API.
You are strongly discouraged from using this class - your app may
stop working in production at any moment.
我应该怎么办?这是否意味着我的 GCS 客户端版本已过时?
我使用的是 0.3.2 版本,这是我在 Maven 中可以找到的最新版本(请参阅参考资料)。官方网站有不同的命名方案,最新版本是 r127,但我在 Maven 中找不到这个版本。GCS 客户端库还有其他(非官方的?)回购吗?