List buckets:
aws s3 ls
List files into a bucket:
aws s3 ls bucket_name
Download a file from S3:
aws s3api get-object --bucket bucket_name --key file_name output_filename
List buckets:
aws s3 ls
List files into a bucket:
aws s3 ls bucket_name
Download a file from S3:
aws s3api get-object --bucket bucket_name --key file_name output_filename
For further actions, you may consider blocking this person and/or reporting abuse
Shubham Sharma -
Praise -
Cristian Cazares -
Beka -
Top comments (0)