AWS/Amazon S3
s3 filesystem mount
워니주니구니
2023. 8. 14. 18:19
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