Closed AllanZhengYP closed 4 days ago
Latest commit: 3dadc24d14724c97efecf486aaaf83e01ca1e754
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Description of changes
When file size is greater than 160 GB, prevent the file to be added to the upload view and render a warning message. Users can ignore the message and proceed the upload, the message will be automatically dismissed when the upload starts.
(Reduced the size limit to render the warning message)
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.