amplify flutter storage override timeout

0

It is possible to override value connection time on upload S3 operation.. I have trouble with slow connections.

need a parameter like ---> "httpOptions: { timeout: 120000 }"

Kind Regards

futican
已提问 1 年前239 查看次数
1 回答
0

The Amplify libraries are designed to provide high-level, use-case centric APIs which abstract the low level details from the developer. These high-level libraries don't usually expose the low-level AWS SDK options, such as HTTP timeouts, directly.

If you want more control over these low-level options, you might consider using the AWS SDK directly for your Storage operations, rather than using the Amplify libraries. AWS SDKs provide a more granular level of control over service interactions.

You can also consider submitting a feature request to the Amplify Flutter GitHub repository, to request more granular control over the HTTP options in Amplify. The team is very responsive to community feedback and may consider adding this feature in future releases.

If the answer is helpful, please click "Accept Answer" and upvote it.

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则