How to delete one AWS S3 "folder" using the PHP SDK? – Amazon Web Sevices
I want to delete one folder and its entire contents in AWS S3 using the PHP-SDK. So the equivalent of rm -rf somepath in a normal file-system. Let us assume that the folder is located at s3://somename/myfolder/1/1679666007/ and inside that…