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
I have now configured my Parse server to use an S3 bucket to store files.
While this is working great (on PHP. iOS) create and store an object, when i try to delete the object, object is deleted from Mongo but the file assocciated with it, is still in my S3 bucket.
What is need is, when i delete an object from Mongo, all files attached to it to get deleted too (from s3).