다양한 공간 - 환경 - 언어에서 쉽게 접근 할 수 있는 장점을 가지고 있다.
맥이나 리눅스 환경에 익숙한 사용자들은 CLI가 주는 장점을 잘 알고 있을 것이다.
본문은 주요 데이터 저장소의 CLI 연결 정보(방법)를 요약한다.
목차
- aws s3
- google drive
- google cloud storage
아마존 웹 서비스 (AWS: amazon web service) 의 S3
# CLI 설치 : https://aws.amazon.com/ko/cli/
pip install awscli
# id, key, region, output format 지정
aws configure
aws s3 help
aws s3 ls s3://mybucket
aws s3 cp s3://mybucket/myfile ./
…
**
language: python based
identify: bucket
pricing: per GB per Month and etc...
구글 드라이버 (Google Drive)
# CLI 설치 : https://github.com/prasmussen/gdrive
brew install gdrive
# 최초 수행 시 웹 브라우저 인증, ~/.gdrive 에 토근 생김
gdrive help
gdrive list
gdrive download
…
**
language: golang based
identify: account
pricing: free 15G
구글 클라우드 저장소 (Google Cloud Storage)
# CLI 설치 : https://cloud.google.com/storage/docs/quickstart-gsutil
# 설치 파일 다운로드 후,
./google-cloud-sdk/install.sh
# 환경 설정
gcloud init
gcloud help
gcloud info
gsutil help
gsutil cp gs://mybucket/file ./
…
**
language: python2.7 based (currently not supported python 3.x)
identify: bucket
pricing: per GB per Month and etc...
참조 이미지
구글 이미지 검색: http://www.mixturecloud.com
0 개의 댓글:
댓글 쓰기