【发布时间】:2016-11-29 07:35:13
【问题描述】:
如何将文本或 json 数据等数据从 android 发送到 amazon s3 bucket?我想将我的 android 应用程序中的数据保存到 amazon s3 上的文件中
【问题讨论】:
标签: android amazon-web-services amazon-s3 amazon
如何将文本或 json 数据等数据从 android 发送到 amazon s3 bucket?我想将我的 android 应用程序中的数据保存到 amazon s3 上的文件中
【问题讨论】:
标签: android amazon-web-services amazon-s3 amazon
您可能会考虑使用 AWS SDK https://aws.amazon.com/mobile/sdk/。
【讨论】:
一个不错的指南:http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/s3transferutility.html
它向您展示了如何使用 Amazon S3 存储和检索文件。
此外,还有一个 S3TransferUtility 示例: https://github.com/awslabs/aws-sdk-android-samples/tree/master/S3TransferUtilitySample
【讨论】: