John
John
same here. any updates on this?
@fabriciovergal thanks, I added the service but still the same. I added some console 
@fabriciovergal yes I am like in the example. 
@fabriciovergal sorry I am not sure where to find it. you mean its not uploading at all even with the 'success' return from `var val = await AWSS3TransferUtility.upload({"requestid":value});` 
@fabriciovergal i cant find the data folder. where is this located exactly?
@jhen0409 these are my logs in xcode ``` 2017-01-23 12:33:01.683 test_app[12534:307667] AWSiOSSDK v2.4.11 [Debug] AWSS3TransferUtility.m line:339 | __86-[AWSS3TransferUtility uploadFile:bucket:key:contentType:expression:completionHander:]_block_invoke | Request headers: { "Content-Type" = "image/jpeg"; "User-Agent" = "aws-sdk-iOS/2.4.11 iOS/10.1...
@jhen0409 getting this error > The operation couldn’t be completed. (com.amazonaws.AWSS3TransferUtilityErrorDomain error 2. after it fails when upload reaches 100%. searched for the error and it seems bucket policy problem,...
I'm having the same problem in Android
can we have a promised like function for this? something like: `transitionTo(params).then(() => console.log(’transition done’))`