Bug (Storage/FileUploader): FileUploader does not upload processed file contents in certain scenarios #6049
Labels
bug
Something isn't working
FileUploader
FileUploader related issue of feature request
pending-maintainer-response
Issue is pending response from an Amplify UI maintainer
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Storage
How is your app built?
Vite
What browsers are you seeing the problem on?
Firefox
Which region are you seeing the problem in?
No response
Please describe your bug.
FileUploader does not upload modified file content as described in documentation.
For example, in the following code snippet, file content is replaced entirely but FileUploader still uploads the original input file.
If the now deprecated
accessLevel
is used instead ofpath
as below, then the processed file content will be uploaded as expected.What's the expected behaviour?
FileUploader uploads processed/modified file contents instead of the original input.
Help us reproduce the bug!
You could use above example code to reproduce the bug. Check the file contents on S3 and verify that it is the same as original input.
Code Snippet
See above.
Console log output
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: