Fix simple migrate example filesystem path

This commit is contained in:
asonix 2023-06-20 13:12:00 -05:00
parent 653ec4e8fe
commit 1e6705684e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \