Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_helm s3 init_ message is missing a slash #77

Closed
horacimacias opened this issue Jul 17, 2019 · 2 comments
Closed

_helm s3 init_ message is missing a slash #77

horacimacias opened this issue Jul 17, 2019 · 2 comments
Labels
Milestone

Comments

@horacimacias
Copy link

When using an s3 bucket without index.yaml, the error message states:

The index file does not exist by the path s3://bucketname/index.yaml. If you haven't initialized the repository yet, try running "helm s3 init s3:/bucketname"

That is missing a slash after "s3:/". If you run the command as is you'll get:

upload index to s3: uri s3:/bucketname/index.yaml protocol is not s3

The error message needs to have a double slash after s3:

@horacimacias
Copy link
Author

Created #78

@hypnoglow
Copy link
Owner

Fixed in #78 , thanks @horacimacias

@hypnoglow hypnoglow added this to the 0.9.0 milestone Nov 4, 2019
@hypnoglow hypnoglow added the bug label Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants