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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ