AWS now offers "S3 Files" to access S3 buckets as a file system. If you benchmark this vs regular file system access and S3 API access, let me know.
Years ago I needed to migrate millions of images from FS storage to S3 and tried to skip app changes by mounting the S3 bucket as a Linux FS. It worked, but performance sucked because the FS API requires a bunch of extra API calls that direct S3 doesn't.
So I'm curious if S3 Files solves that.
docs.aws.amazon.com/AmazonS3/l…
Working with Amazon S3 Files - Amazon Simple Storage Service
Learn how to use Amazon S3 Files to access your S3 data as a shared file system with low-latency performance.docs.aws.amazon.com
