mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Rename S3 to AWS_S3 (#38904)
This commit is contained in:
parent
e93c11359c
commit
6eb2139f52
@ -1,30 +1,27 @@
|
|||||||
---
|
---
|
||||||
title: S3
|
title: AWS S3
|
||||||
description: Instructions on how to setup S3 bucket to be used as a backup location.
|
description: Instructions on how to setup AWS S3 bucket to be used as a backup location.
|
||||||
ha_release: 2025.4
|
ha_release: 2025.4
|
||||||
ha_category:
|
ha_category:
|
||||||
- Backup
|
- Backup
|
||||||
ha_iot_class: Cloud Push
|
ha_iot_class: Cloud Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_domain: s3
|
ha_domain: aws_s3
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@tomasbedrich'
|
- '@tomasbedrich'
|
||||||
ha_integration_type: service
|
ha_integration_type: service
|
||||||
ha_quality_scale: bronze
|
ha_quality_scale: bronze
|
||||||
---
|
---
|
||||||
|
|
||||||
The **S3** {% term integrations %} allows you to use S3 bucket with Home Assistant Backups.
|
The **AWS S3** {% term integrations %} allows you to use [AWS S3](https://aws.amazon.com/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.
|
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
Access Key ID:
|
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:
|
Secret Access Key:
|
||||||
description: "The secret access key for your S3 account."
|
description: "The secret access key for your AWS S3 account."
|
||||||
Bucket Name:
|
Bucket Name:
|
||||||
description: "S3 bucket name to store the backups. Bucket must already exist and be writable by the provided credentials."
|
description: "S3 bucket name to store the backups. Bucket must already exist and be writable by the provided credentials."
|
||||||
Endpoint URL:
|
Endpoint URL:
|
Loading…
x
Reference in New Issue
Block a user