How to delete files recursively from an S3 bucket

With the latest aws-cli python command line tools, to recursively delete all the files under a folder in a bucket is just: aws s3 rm –recursive s3://your_bucket_name/foo/ Or delete everything under the bucket: aws s3 rm –recursive s3://your_bucket_name If what you want is to actually delete the bucket, there is one-step shortcut: aws s3 rb … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)