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

When caching to Azure blobs, the container name is being ignored #239

Open
iamlennym opened this issue Feb 24, 2023 · 0 comments
Open

When caching to Azure blobs, the container name is being ignored #239

iamlennym opened this issue Feb 24, 2023 · 0 comments

Comments

@iamlennym
Copy link

Describe the bug
When caching to Azure blobs, the container name is being ignored.

I have identified the issue:
The cli.StringFlag on line 529 in main.go is being captured as azure.blob-container-name. However, when being referenced later on line 584, it is referenced as azure.container-name (without the 'blob-').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant