AWS S3 Bucket Command References

03:14 Posted by Ali Hassan Ghori
# List all bucketsaws s3 ls# List content of a bucketaws s3 ls s3://<bucket># Create a bucketaws s3 mb s3://<bucket># Copy into bucketaws s3 cp <path> s3://<bucket># Copy from bucketaws s3 cp s3://<bucket> <path># Remove empty bucketaws s3 rb s3://<bucket>#...