parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deleting file within a folder on s3 bucket gives an error

aliasad106 opened this issue · comments

I created files with foldername/filename to save in folder on s3 bucket which works fine. But when I try to delete those files using file.destroy, It fails.