Rename S3 to AWS_S3 (#38904)

This commit is contained in:
Robert Resch 2025-05-06 13:29:52 +02:00 committed by Franck Nijhof
parent e93c11359c
commit 6eb2139f52
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -1,30 +1,27 @@
---
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
ha_quality_scale: bronze
---
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: