website/docs: s3: fix migration docs (#8735)

This commit is contained in:
Marc 'risson' Schmitt
2024-02-28 17:48:24 +01:00
committed by GitHub
parent 99c03d3073
commit 1f733b04f7

View File

@ -94,11 +94,11 @@ The following section assumes that the local storage path is `/media` and the bu
Follow the setup steps above, and then migrate the files from your local directory to s3:
```bash
aws s3 sync /media s3://authentik-media
aws s3 sync /media s3://authentik-media/media
```
#### From s3 to file
```bash
aws s3 sync s3://authentik-media /media
aws s3 sync s3://authentik-media/media /media
```