Migrate to new azblob sdk for azure blob storage integration
- Dominant language
- Go
- Stars
- 4.8k
- Forks
- 542
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
https://github.com/gomods/athens/blob/04e425642e0561795d5a1d6ec7eff8ae91f8e269/go.mod#L13C1-L13C48
The sdk used to integrate with azure blob storage is deprecated and not supported/maintained anymore
https://github.com/Azure/azure-storage-blob-go
Consumers should move to the new SDK instead:
https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob
Contributor guide
Research direction
Start with go.mod line 13 and compare the deprecated azure-storage-blob-go dependency with the replacement in the Azure SDK for Go repository. Trace the existing Azure Blob Storage integration from the dependency references, then update the integration so the old SDK is removed and blob storage behavior continues through azblob.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- backend, cloud
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100