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.
我有一个用 libGDX(一个跨平台的 java sdk)编写的 android 游戏,我想记录会话数据并将其发送到 s3 存储桶。我不想使用 aws mobile sdk,因为我希望应用程序是平台中立的。不过,我找不到任何关于此的文档。如何从 java 向 s3 发出 POST 请求?我只想在我的存储桶中写入一个新的键值对。
AWS 开发工具包使访问 Amazon Web Services 变得容易。除了移动 SDK 之外,您还有用于Java、PHP或.Net的独立 SDK 。如果您不想使用 SDK,可以参考REST API的文档来直接操作存储桶和对象。