website/docs: s3: fix migration docs (#8735)
This commit is contained in:

committed by
GitHub

parent
99c03d3073
commit
1f733b04f7
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user