S3 Command aws command로 local file을 s3로 sync 또는 복사하기 sudo aws s3 sync /local/folder/ s3://remote/folder/ sudo aws s3 cp /local/folder/ s3://remote/folder/ –recursive 개발/AWS 2020.02.01