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
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:
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: