【发布时间】:2015-02-18 07:17:55
【问题描述】:
我已将 aws v1 sdk 集成到我的 ios 应用程序中,以便使用 NSURLSession 以后台模式将视频上传到 S3 存储桶
但现在我想在开始上传之前检查存储桶中的文件可用性
为此,我设法获得了 V2 sdk How can I check the existence of a key/file on an Amazon S3 Bucket using AWS iOS SDK v2? 的链接
V1 中使用的链接是什么??
【问题讨论】:
标签: ios objective-c amazon-web-services