> S3 Files is a shared file system that connects any AWS compute directly with your data in Amazon S3. * [Announcement](https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-s3-files/) * [Blog post](https://aws.amazon.com/blogs/aws/launching-s3-files-making-s3-buckets-accessible-as-file-systems/) Requires AWS SDK for Go v2 [Release 2026-04-07](https://github.com/aws/aws-sdk-go-v2/commit/159f4d23fd3150aa3b14c231c434f46f42b72c2a): https://github.com/hashicorp/terraform-provider-aws/pull/47326. ### New Resources * [x] `aws_s3files_file_system`: https://github.com/hashicorp/terraform-provider-aws/pull/47325, https://github.com/hashicorp/terraform-provider-aws/pull/47344 * [x] `aws_s3files_mount_target`: https://github.com/hashicorp/terraform-provider-aws/pull/47347 * [x] `aws_s3files_access_point`: https://github.com/hashicorp/terraform-provider-aws/pull/47352 * [x] `aws_s3files_synchronization_configuration`: https://github.com/hashicorp/terraform-provider-aws/pull/47353 * [x] `aws_s3files_file_system_policy`: https://github.com/hashicorp/terraform-provider-aws/pull/47355
Requires AWS SDK for Go v2 Release 2026-04-07: #47326.
New Resources
aws_s3files_file_system: New service, new resource:aws_s3files_file_system#47325, New data sources:aws_s3files_file_system#47344aws_s3files_mount_target: New resource/data sources:aws_s3files_mount_target#47347aws_s3files_access_point: New resource/data source:aws_s3files_access_point#47352aws_s3files_synchronization_configuration: New resource:aws_s3files_synchronization_configuration#47353aws_s3files_file_system_policy: New resource:aws_s3files_file_system_policy#47355