Jean Jordaan wrote:

> When s3cmd reports
> File s3://BUCKETNAME/1cc78b9209b129e9ab52a7a532ec4213dc7a7b05-667535 deleted

You can still use the method I suggested:

for PREFIX_INT in $(seq 0 255); do
  PREFIX=$(printf "%02x" ${PREFIX_INT})
  s3cmd del -r s3://BUCKETNAME/${PREFIX}*
done

That'll remove the bucket content in 256 runs. First only filenames
starting with 00, then 01, ... 1c, ... ff and it's done. Hopefully ;-)

> is that file is really deleted, or is it pending commit?

Once it says deleted it's deleted. At least some good news.

Michal

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to