S3 Files (compat)
Legacy LocalStack-compat shim presenting an EFS-like filesystem over S3 buckets.
Quick start
# Deprecated; prefer S3 + EFS service pages for new work.
Supported operations
21 operations exposed by this service as of MiniStack 1.4.6. 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
- Considered deprecated — kept for LocalStack migration compatibility.
Source
ministack/services/s3files.py
Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.