auto-archiver/docs/source/modules/storage.md

15 wiersze
383 B
Markdown
Czysty Zwykły widok Historia

# Storage Modules
Storage modules are used to store the data extracted from a URL in a persistent location. This can be on your local hard disk, or on a remote server (e.g. S3 or Google Drive).
The default is to store the files downloaded (e.g. images, videos) in a local directory.
```{include} autogen/storage.md
2025-02-11 14:37:29 +00:00
```
```{toctree}
:depth: 1
:hidden:
:glob:
autogen/storage/*
```