You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: