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
app.json
You need to use AWSS3 (instead of AWSS3TransferManager) to call - headObject:.
AWSS3
AWSS3TransferManager