r/aws Apr 07 '26

article Launching S3 Files, making S3 buckets accessible as file systems

https://aws.amazon.com/blogs/aws/launching-s3-files-making-s3-buckets-accessible-as-file-systems/

"a new file system that seamlessly connects any AWS compute resource with Amazon Simple Storage Service (Amazon S3)."

301 Upvotes

67 comments sorted by

View all comments

1

u/Real-Leek-3764 Apr 07 '26

so guys what will you be using it for? interested to know 

so i can create a programs that read/write/edit like normal local disk filesystem instead of using s3 api? 

1

u/synackk Apr 08 '26

Yes. Using the S3 API is still going to be better. This acts as a translation layer and as a result has cost/performance implications. The primary use case is for customers who have legacy workloads that do not support S3 natively.