get the size of an Amazon S3 bucket folder / obtener el tamaño de una carpeta en S3 Posted on June 4, 2015 by hvivani aws s3 ls s3://my-bucket/folder --recursive | awk 'BEGIN {total=0}{total+=$3}END{print total/1024/1024" MB"}' Share this:TwitterFacebookLinkedInLike this:Like Loading... Related