DocsAWS 101BlogServices

S3 Files (compat)

Amazon S3 File Systems (s3files-2025-05-05) control plane — file systems, mount targets, access points, file-system policies, and synchronization configuration, over REST-JSON.

REST-JSON multi-tenant 21 operations

Quick start

# Deprecated; prefer S3 + EFS service pages for new work.

Supported operations

21 operations exposed by this service as of MiniStack 1.4.17. Extracted directly from the handler dispatch in the source module.

CreateAccessPoint CreateFileSystem CreateMountTarget DeleteAccessPoint DeleteFileSystem DeleteFileSystemPolicy DeleteMountTarget GetAccessPoint GetFileSystem GetFileSystemPolicy GetMountTarget GetSynchronizationConfiguration ListAccessPoints ListFileSystems ListMountTargets ListTagsForResource PutFileSystemPolicy PutSynchronizationConfiguration TagResource UntagResource UpdateMountTarget

CloudFormation

No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.

Known limitations

  • Control plane only — file systems, mount targets, and access points are metadata; no POSIX filesystem is mounted and no data is synced.

Source

  • ministack/services/s3files.py

Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.