1. https://www.anaconda.com/download/ 에서 anaconda 다운로드(설치 시, 환경변수 등록)
2. 아나콘다 설치가 완료되면 cmd 실행 후, pip install awscli 엔터
3. cmd 실행 후, aws configure 엔터
4. http://wildpup.cafe24.com/archives/929 를 참고하여 access key와 secret key입력 등 입력
5. aws s3 sync s3://버킷명 . <- 쩜있음(한칸 띄우고 쩜임!) 특정 버킷에서 현재 디렉토리로 sync
$ aws s3 sync <source> <target> [--options]
업로드할 때는
aws s3 sync . s3://버킷명
끝
Ubuntu 18버전에서 awscli 설치하는 방법:
sudo apt install awscl
참고:
https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/using-s3-commands.html
https://stackoverflow.com/questions/8659382/downloading-an-entire-s3-bucket
http://blog.leedoing.com/21
http://wildpup.cafe24.com/archives/929
https://docs.aws.amazon.com/cli/latest/userguide/awscli-install-windows.html
https://www.anaconda.com/download/
https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-linux.html#install-linux-path
https://github.com/aws/aws-cli/issues/424:
Here is my work around on Windows
Uninstall https://s3.amazonaws.com/aws-cli/AWSCLI64.msi
Install Python 3.6.1
Run pip install awscli
Run aws --version ,and you will get aws-cli/1.11.102 Python/3.6.1 Windows/10 botocore/1.5.65