Hi i'm using this wonderfull library and i'm really happy with it.
I just think i got a problem with the deleteObject() method.
I have a bucket called "webapp".
Then all my links looks like "www.s3.amazon.com/webapp/123/photos/file.jpg" so i run $this->s3->deleteObject("webapp","www.s3.amazon.com/webapp/123"); and it returns TRUE without any errors.
But if i browse the link by browser the files still be in there, so the object is not deleted.
Hi i'm using this wonderfull library and i'm really happy with it.
I just think i got a problem with the deleteObject() method.
I have a bucket called "webapp". Then all my links looks like "www.s3.amazon.com/webapp/123/photos/file.jpg" so i run $this->s3->deleteObject("webapp","www.s3.amazon.com/webapp/123"); and it returns TRUE without any errors.
But if i browse the link by browser the files still be in there, so the object is not deleted.
Have you any clue please?
Thanks a lot!