hongbo-miao/hongbomiao.com

View on GitHub
cloud-platform/aws/amazon-s3/Makefile

Summary

Maintainability
Test Coverage
amazon-s3-list:
    aws s3 list
amazon-s3-upload:
    aws s3 cp file.txt s3://hm-production-bucket/file.txt
amazon-s3-download:
    aws s3 cp s3://hm-production-bucket/file.txt file.txt