Skip to content

doc: The s3cmd part of the tutorial does not work #562

@simskij

Description

@simskij

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions