Hui Zhao

Results 254 comments of Hui Zhao

Thanks @michaeka79 I see the issue. At line 35, the generated code has ```dart final UserDevices? _UserDevices; ``` At line 75, the generated code has getter ```dart UserDevices get UserDevices...

Hi @AtharvArolkar sorry about the delayed response. We had any issue that IAM and `x-api-key` cannot be applied in a combo with the REST API. I think the StackOverflow question...

Hi @iosephmagno Thank you for reporting this issue. Looking at the example code you provide, you are setting the file content-type as `media/mp4` , which is an invalid mime type....

> My bad it is 'video/mp4' correcting it. Do you mean you used correct mime type string when upload the video file? > Just noticed that in key we use...

Thanks for the update, are you guys working together? I was confused for a second :D To clarify again: playing the video uploaded to s3 is no long an issue...

Hi @delfme sorry for the delayed response. > 1. with old version, uploadfile() didnt perform an update file in the case file already existed on s3. Is that feature available...

> Is AWS Amplify backed by lambda functions? Not really, Amplify Flutter uses S3 SDK under the hood, which communicate with the service directly S3 service API.

Are you using transfer acceleration (It shouldn't matter anyways)? I've tested uploading a 60MB file for a few times, didn't notice a significant difference between the first upload and subsequent...

Could you provide a minimal code example from your testing? @delfme Only thing I can think of now, is very API calls from the underlying S3 sdk requires getting credentials...

Hi @dayanapanova when `fetchAuthSession()` is called, if the locally persisted `accessToken` and `idToken` are expired, it will try to automatically refresh the tokens. Have you changed access token expiration in...