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
asked a year ago228 views
1 Answer
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions