Jithin Roy

Results 121 comments of Jithin Roy

In case of iOS uploading data to S3 is supported for iOS Appsync SDK, please find the documentation [here](https://docs.amplify.aws/sdk/api/graphql/q/platform/ios#run-a-mutation) under `Working with complex objects`. But iOS Amplify API category doesnot...

Yes, you are right that would be the current approach. We will take this as a feature request and will update here when we have more info.

Are you seeing 30 seconds for all file uploads or just the first try? The first try might include different api calls to fetch AWS credentials which might take a...

Not that the Amplify-iOS library starts the custom auth flow with SRP. Please check here if you need to skip the SRP step as shown. - https://docs.amplify.aws/lib/auth/signin_with_custom_flow/q/platform/ios/#lambda-trigger-setup Can you provide...

iOS SDK currently starts the custom auth flow with SRP and the link I mentioned in my previous comment addresses that. We would need to bypass the SRP challenge something...

Hi @patagoniacode, thank you for following up in this support. While we are still working on more improvements for Amplify iOS, we encourage you to try out our [dev-preview branch](https://github.com/aws-amplify/amplify-ios/tree/dev-preview)...

Amplify library uses the same username that is assigned to the signed in user by Cognito User pool. If you login to AWS console for Cognito User Pool and navigate...

Changed logic to get these values always from the token - https://github.com/aws-amplify/amplify-ios/blob/97a2bac5d6d7d27fc9934a0f5271acd42aa7b6f9/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Support/Helpers/TokenParserHelper.swift#L12

Thank you for reaching out to us, we will look into this and will update here with the next steps.

Thank you for reporting this feature request. Currently we do not have a way to pass in tagging information in the Storage category apis, we will update here when we...