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
Takashi Iwamoto -
Sunil Yaduvanshi -
Simone Lusenti -
Moray Macdonald -
Top comments (0)