# Mountpoint - Amazon S3용 고성능 파일 클라이언트

> Clean Markdown view of GeekNews topic #8721. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8721](https://news.hada.io/topic?id=8721)
- GeekNews Markdown: [https://news.hada.io/topic/8721.md](https://news.hada.io/topic/8721.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-03-17T10:50:02+09:00
- Updated: 2023-03-17T10:50:02+09:00
- Original source: [github.com/awslabs](https://github.com/awslabs/mountpoint-s3)
- Points: 10
- Comments: 1

## Topic Body

- S3 버켓을 로컬 파일시스템에 간단하게 마운트하고 고속 복사 가능   
- 마운트 후에는 open/read 같은 파일 호출로 객체에 접근 가능(파일 명령을 객체 API호출로 자동 변환)  
- read-heavy 작업을 위해 최적화 되었으며, 의도적으로 POSIX 스펙을 모두 구현하지 않음  
- AWS Labs에서 직접 만든 Rust 오픈소스이고, Linux 만 지원   
- 아직 알파릴리즈라 프로덕션엔 사용하지 않는 것을 권장

## Comments



### Comment 15236

- Author: shblue21
- Created: 2023-03-17T20:45:31+09:00
- Points: 1

빠른시일내 s3fs-fuse 를 대체하겠네요
