Skip to main content

S3 File Gateway

  • What it is
  • How it works
    • Each file written to the share becomes a single S3 object, one-to-one, readable by any other S3 client.
    • Frequently used files are cached locally for low-latency reads; everything is stored durably in S3.
  • Why it matters
    • Legacy applications that only speak file protocols get cloud storage without a rewrite.
    • Once objects are in S3, lifecycle policies can transition them into the Amazon S3 Glacier classes.
  • Not to be confused with
  • Exam signal
    • “NFS/SMB share backed by S3 objects” → S3 File Gateway.

Linked from