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
{{ message }}
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.
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-').
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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-').
The text was updated successfully, but these errors were encountered: