
Amazon S3 Files: Bringing File System Access Directly to Your S3 Data
Amazon S3 has been the default storage layer for a huge range of workloads for years. Data lakes, analytics pipelines, backups, media archives, ML datasets — it all ends up in S3 sooner or later. The problem is that a lot of software still expects a file system, not an object store. That mismatch has been annoying for a long time. If your data lives in S3 but your tools expect files and directories, you usually end up building around the problem: syncing data into another system, duplicating datasets, or maintaining yet another storage layer just so existing applications can do their job. That’s what makes Amazon S3 Files interesting. AWS is positioning S3 Files as a way to expose S3 data through a shared file system interface, without forcing you to move the data out of S3 first. What S3 Files Actually Is At a high level, Amazon S3 Files gives you file system access to data that already lives in S3. Instead of treating S3 and file storage as two separate worlds, AWS is trying to bridg
Continue reading on Dev.to
Opens in a new tab



