FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
175 stars 94 forks source link

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

Open hiepvq opened 7 months ago

hiepvq commented 7 months ago

Feature Request

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

playaz44 commented 7 months ago

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.

hiepvq commented 7 months ago

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