You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
When files are uploaded a database record is first created, the file is then uploaded to S3 / file storage and based on the success or failure of that upload the status is then updated.
There are instances in which files are successfully uploaded to S3 but the database record update is not successful. This means the DB record for those files is never updated to reflect a successful upload.
When deleting a submission, it might make sense to check all files regardless of status, and delete their associated S3 reference if one exists.
The text was updated successfully, but these errors were encountered:
There is no visual bug here.
When files are uploaded a database record is first created, the file is then uploaded to S3 / file storage and based on the success or failure of that upload the status is then updated.
There are instances in which files are successfully uploaded to S3 but the database record update is not successful. This means the DB record for those files is never updated to reflect a successful upload.
When deleting a submission, it might make sense to check all files regardless of status, and delete their associated S3 reference if one exists.
The text was updated successfully, but these errors were encountered: