FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.

Home Page:https://discuss.flarum.org/d/4154

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove file on 3s storage when deleting a file in manage uploaded files

hiepvq opened this issue · comments

Feature Request

I tried remove a file from manage uploaded files but it is not removed on 3s storage

I was about to open a similar issue, the files do not delete on S3, only from database.
In addition, there is two bugs, the files sent to the S3 storage are not saved in the database fof_upload_file_posts so by deleting them in the console with php flarum fof:upload --map --cleanup --cleanup-before [CLEANUP-BEFORE] results removing all forum files instead of only orphaned ones and does not delete them from S3.

@playaz44 ok i also wanna contribute to fix this bug, but how i can upload the code to this project