s3 filesystem mount

2023. 8. 14. 18:19AWS/Amazon S3

728x90
SMALL
  • 개요
S3를 filesystem에서 mount하면 훨씬 편안하고 직관적이다

 

  • 방법
>> wget https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.rpm
>> sudo yum install ./mount-s3.rpm

>> mkdir foo

>> mount-s3 <bucket-name> foo_bar
bucket <bucket-name> is mounted at foo_bar

>> ls -l foo_bar

 

  • 참고
https://aws.amazon.com/ko/blogs/korea/mountpoint-for-amazon-s3-generally-available-and-ready-for-production-workloads/

 

 

728x90
LIST

'AWS > Amazon S3' 카테고리의 다른 글

교차 계정에서 S3 object 복사 하기  (0) 2023.12.29
AWS S3 bucket arn 추출하기  (0) 2023.01.31