aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.44k stars 2.13k forks source link

feat(storage): add advanced option to disable upload cache #13931

Closed AllanZhengYP closed 1 month ago

AllanZhengYP commented 1 month ago

Description of changes

The PR introduces new options to internal uploadData API and implementation to disable the upload caching for StorageBrowser. It does not affect the functionality or interface of the public API. Here's the details:

Description of how you validated changes

Unit test

Checklist

Checklist for repo maintainers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.