Checking metadata of Amazon S3 file using iOS AWS SDK in Swift

前端 未结 3 1888
暗喜
暗喜 2021-01-14 23:08

I am using the AWS iOS SDK v2, and Swift 1.2.

I am storing my app\'s app.json file on S3 and want to check it at launch to see if it\'s been updated sin

3条回答
  •  渐次进展
    2021-01-14 23:28

    You need to use AWSS3 (instead of AWSS3TransferManager) to call - headObject:.

提交回复
热议问题