https://github.com/svoop/generic_s3
Support for generic S3 storage in Home Assistant
https://github.com/svoop/generic_s3
Last synced: about 1 year ago
JSON representation
Support for generic S3 storage in Home Assistant
- Host: GitHub
- URL: https://github.com/svoop/generic_s3
- Owner: svoop
- License: other
- Created: 2025-05-10T11:33:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T12:06:58.000Z (about 1 year ago)
- Last Synced: 2025-05-10T12:33:11.818Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Generic S3 component for Home Assistant
A quick fork of the [AWS S3 component](https://github.com/home-assistant/core/tree/dev/homeassistant/components/aws_s3) by [
Tomáš Bedřich](https://github.com/tomasbedrich) which is not restricted to AWS domains and therefore can be used with compatible S3 providers.
Hopefully short-lived since this repo will be archived as soon as Home Assistant implements support for compatible S3 providers out of the box.
## Install
```
cd config # where configuration.yaml lives
mkdir custom_components
cd custom_components
git clone https://github.com/svoop/generic_s3.git
ha core restart
```