Skip to content

Commit

Permalink
website/docs: s3: fix migration docs (cherry-pick #8735) (#8737)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
fix migration docs (#8735)
  • Loading branch information
gcp-cherry-pick-bot[bot] authored Feb 28, 2024
1 parent 43a629e commit 2270629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/installation/storage-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 2270629

Please sign in to comment.