Closed
Description
Context
The README
describes that support for Azure Blob is available using azblob
. However, when running it didn't work and it resulted in the following error message:
Unable to open bucket, open blob.Bucket: no driver registered for "azblob" for URL "azblob://<container-name>"; available schemes: file, gs, s3
I forked the project to include "gocloud.dev/blob/azureblob"
and it is working for me.
However, my experience with Go is limited so I am not sure if I did it correctly regarding Go versions and the go.mod
file.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done