mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Fix simple migrate example filesystem path
This commit is contained in:
parent
653ec4e8fe
commit
1e6705684e
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Migrating to object storage from filesystem storage. For more detailed info, see
|
|||
[Filesystem to Object Storage Migration](#filesystem-to-object-storage-migration)
|
||||
```bash
|
||||
$ ./pict-rs \
|
||||
filesystem -p data/sled-repo \
|
||||
filesystem -p data/files \
|
||||
object-storage \
|
||||
-a ACCESS_KEY \
|
||||
-b BUCKET_NAME \
|
||||
|
|
Loading…
Reference in a new issue