From e983b16e3fee62b23831078e544bc4c7fc700e9a Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 6 May 2025 12:20:43 +0200 Subject: [PATCH] Rename S3 to AWS_S3 --- .../{s3.markdown => aws_s3.markdown} | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) rename source/_integrations/{s3.markdown => aws_s3.markdown} (64%) diff --git a/source/_integrations/s3.markdown b/source/_integrations/aws_s3.markdown similarity index 64% rename from source/_integrations/s3.markdown rename to source/_integrations/aws_s3.markdown index 9f9f6e3f6c79..85bb13fdbff0 100644 --- a/source/_integrations/s3.markdown +++ b/source/_integrations/aws_s3.markdown @@ -1,29 +1,26 @@ --- -title: S3 -description: Instructions on how to setup S3 bucket to be used as a backup location. +title: AWS S3 +description: Instructions on how to setup AWS S3 bucket to be used as a backup location. ha_release: 2025.4 ha_category: - Backup ha_iot_class: Cloud Push ha_config_flow: true -ha_domain: s3 +ha_domain: aws_s3 ha_codeowners: - '@tomasbedrich' ha_integration_type: service --- -The **S3** {% term integrations %} allows you to use S3 bucket with Home Assistant Backups. - -[AWS S3](https://aws.amazon.com/s3/) is the most widely known service with S3 API. -Any S3-compatible service (for example, [Minio](https://github.com/minio/minio)) should work with this integration as well. +The **AWS S3** {% term integrations %} allows you to use [AWS S3](https://aws.amazon.com/s3/) bucket with Home Assistant Backups. {% include integrations/config_flow.md %} {% configuration_basic %} Access Key ID: - description: "The access key ID for your S3 account." + description: "The access key ID for your AWS S3 account." Secret Access Key: - description: "The secret access key for your S3 account." + description: "The secret access key for your AWS S3 account." Bucket Name: description: "S3 bucket name to store the backups. Bucket must already exist and be writable by the provided credentials." Endpoint URL: