-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
DESCRIBE THE ISSUE
The current tutorial does not work. For s3cmd to actually work, you need to override the host_bucket option with an empty value, i.e.
$ s3cmd \
--host=localhost:80 \
--access_key=accesskey \
--secret_key=secretkey \
--host-bucket= \
--no-ssl \
mb s3://loki7
This can also be reflected in the interactive configurator by overriding the value with a single space (i.e. ).
Document: tutorial/get-started.rst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation