AWS adds 'S3 Files' filesystem access

AWS introduced Amazon S3 Files, a capability that exposes S3 objects as a file system so applications can access object data like regular files. The announcement said the feature reduces the need for custom connectors and streamlines integration with existing apps. (x.com)

Amazon Web Services introduced Amazon S3 Files on April 7, giving applications file-system access to data stored in Amazon Simple Storage Service buckets. (aws.amazon.com) Object storage keeps data as individual objects in buckets, while a file system presents folders, files, and locks that older software expects. Amazon said S3 Files lets those file-based applications use standard file operations against S3 data without moving the data out of S3. (docs.aws.amazon.com) Amazon said the service is built using Amazon Elastic File System and can connect AWS compute resources directly to S3 data. In its launch post, the company said the setup delivers shared access across multiple compute resources with about 1 millisecond latencies. (aws.amazon.com) The new service changes a long-standing tradeoff in Amazon storage. Teams often kept the same dataset in both a file system for interactive apps and in S3 for scale and lower-cost object storage, then managed synchronization between the two. (aws.amazon.com) Amazon said S3 Files automatically synchronizes the file-system view with the underlying bucket. The documentation says users can read, write, organize, and lock files, and changes remain reflected in the S3 bucket. (docs.aws.amazon.com) Under the hood, S3 Files uses two storage tiers. AWS documentation says actively used file data and metadata sit in a low-latency layer, while other data stays in S3, and the service moves data in and out of the faster tier automatically. (docs.aws.amazon.com) AWS also says the first directory access imports metadata for all files in that directory and, by default, copies file data smaller than 128 kilobytes into the file system layer. Larger files can be read directly from S3 unless customers change the synchronization settings. (docs.aws.amazon.com) The feature is aimed at existing software that already knows how to open a file path but not how to call an object-storage application programming interface. AWS documentation shows S3 Files mounting on Amazon Elastic Compute Cloud instances and as volumes for Amazon Elastic Container Service tasks. (docs.aws.amazon.com 1) (docs.aws.amazon.com 2) Amazon Simple Storage Service turned 20 on March 14, 2026, and AWS has been adding more ways to use it beyond classic object storage, including vector data and now file-system access. With S3 Files, AWS is trying to make the bucket itself the shared home for both object-native and file-based workloads. (aws.amazon.com 1) (aws.amazon.com 2)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.