s3 filesystem mount
2023. 8. 14. 18:19ㆍAWS/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' 카테고리의 다른 글
새로운 타입의 bucket 출시 (directory, table) (0) | 2024.12.17 |
---|---|
AWS S3 presigned URLs 생성 및 업로드 테스트 (0) | 2024.07.30 |
교차 계정에서 S3 object 복사 하기 (0) | 2023.12.29 |
AWS S3 bucket arn 추출하기 (0) | 2023.01.31 |