Newer Version Available
Error Handling and Best Practices
If a user cancels the upload or an error occurs during the process, the LWC should call
the abort file upload API to clean up any partially uploaded data in S3.
See abortFileUpload(repositoryId, fileId, uploadId) to learn about the signature and parameters of the method.