S3Files¶
Client¶
- class S3Files.Client¶
A low-level client representing Amazon S3 Files
S3 Files makes S3 buckets accessible as high-performance file systems powered by EFS. This service enables file system interface access to S3 data with sub-millisecond latencies through mount targets, supporting AI/ML workloads, media processing, and hybrid storage workflows that require both file system and object storage access to the same data.
client = session.create_client('s3files')
These are the available methods:
- can_paginate
- close
- create_access_point
- create_file_system
- create_mount_target
- delete_access_point
- delete_file_system
- delete_file_system_policy
- delete_mount_target
- get_access_point
- get_file_system
- get_file_system_policy
- get_mount_target
- get_paginator
- get_synchronization_configuration
- get_waiter
- list_access_points
- list_file_systems
- list_mount_targets
- list_tags_for_resource
- put_file_system_policy
- put_synchronization_configuration
- tag_resource
- untag_resource
- update_mount_target
Client Exceptions¶
Client exceptions are available on a client instance via the exceptions property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: