Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要开发一些简单的应用程序,比如演示,这个演示应该连接到 3 个云 S3、谷歌存储和 Azure。这个项目是基于java的,我可以使用一些框架吗?我查看了 jclouds、本机 s3 和 spring 数据并决定提出这个问题......谢谢
JClouds在这里似乎是一个不错的选择,它提供了一致的 API 来与各种云服务进行交互。像任何抽象一样,它可能不如任何“本机”API 功能强大,但它正在非常活跃的开发中,因此它会有所改进。
我建议你挑一个试试看。