0
AWS S3에서 로컬 파일 시스템으로 파일을 복사합니다. I/O 관점에서 볼 때 boto 모듈의 get_contents_to_filename
http://docs.pythonboto.org/en/latest/ref/s3.html과 CLI aws s3 cp
http://docs.aws.amazon.com/cli/latest/reference/s3/cp.html 명령 자체의 차이점은 무엇입니까? 하나가 다른 것보다 더 빠르거나 더 권장됩니까?파이썬 boto get_contents_to_filename과 s3 cp 사이의 차이점은 무엇입니까?
답장을 보내 주셔서 감사합니다. – user3433489