87247/how-to-get-the-size-of-an-amazon-s3-bucket
Hi Guys,
I have uploaded some files in my S3 bucket. I want to copy the bucket. But before that, I want to see the size of the bucket. How can I do that?
Hi@akhtar,
You can use AWS CLI to perform your task. In AWS CLI you can pass your query to find the size of the S3 bucket as shown below.
$ aws s3 ls --summarize --human-readable --recursive s3://bucket-name/
One easy solution would be probably to ...READ MORE
You probably want to use one of ...READ MORE
You can use a for loop to ...READ MORE
Hi@Shubh, According to my knowledge, you can't edit ...READ MORE
versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE
Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE
Using AWS Cli Configure your IAM user then ...READ MORE
Instead of backslashes, use forward slashes C:\Users\jino>aws s3 ...READ MORE
Hi@akhtar, You can do this tasks using Boto. ...READ MORE
Hi@Manav, To know about information about pdf file, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.