When I am trying to send my image to aws using amplify plugin, I am having this problem on my iOS device 18 beta for else previous version its work fine:
StorageAccessDeniedException {
User contributions licensed under CC BY-SA (content policy)
"message": "S3 access denied when making the API call.",
"recoverySuggestion": "HTTP error returned from service, review the `underlyingException` for details.",
"underlyingException": "Instance of 'UnknownSmithyHttpException'"
}
I am currently having the latest flutter version 3.24.2 and amplify_flutter: ^2.4.1, amplify_auth_cognito: ^2.4.1, amplify_storage_s3: Using ^2.4.1
2
Answers
You want to interact with Amazon S3 from a IOS app. Why are you not using the AWS SDK for Swift for developing IOS apps?
https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/swift