Answers for "how to find the size of the file in aws s3"

Go
0

aws s3 get file size

aws s3 ls --summarize --human-readable --recursive s3://bucket-name/directory
Posted by: Guest on June-19-2020

Code answers related to "how to find the size of the file in aws s3"

Browse Popular Code Answers by Language