Skip to content

Commit afe21c4

Browse files
author
Pablo Panero
committed
s3: fix location create command
1 parent a0bc6a9 commit afe21c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Now you need to tell InvenioRDM where that bucket is. For that, create a new loc
2222

2323
``` console
2424
$ cd path/to/your/instance
25-
$ pipenv run invenio files location s3-default s3://default-bucket --default
25+
$ pipenv run invenio files location create s3-default s3://default-bucket --default
2626
```
2727

2828
If you are running the containerized version, run:

0 commit comments

Comments
 (0)