mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-23 03:41:23 +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)
|
[Filesystem to Object Storage Migration](#filesystem-to-object-storage-migration)
|
||||||
```bash
|
```bash
|
||||||
$ ./pict-rs \
|
$ ./pict-rs \
|
||||||
filesystem -p data/sled-repo \
|
filesystem -p data/files \
|
||||||
object-storage \
|
object-storage \
|
||||||
-a ACCESS_KEY \
|
-a ACCESS_KEY \
|
||||||
-b BUCKET_NAME \
|
-b BUCKET_NAME \
|
||||||
|
|
Loading…
Reference in a new issue