DocsAWS 101BlogServices

S3 Files (compat)

Legacy LocalStack-compat shim presenting an EFS-like filesystem over S3 buckets.

REST (XML/JSON) multi-tenant 23 operations

Quick start

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

Supported operations

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

create_access_point create_file_system create_mount_target DELETE delete_access_point delete_file_system delete_file_system_policy delete_mount_target GET get_access_point get_file_system get_file_system_policy get_mount_target get_sync_config list_access_points list_file_systems list_mount_targets list_tags POST PUT put_file_system_policy put_sync_config update_mount_target

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:90-139

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