Azure Blob Storage Support #10132

Closed
opened 2025-11-02 08:59:03 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @siegenthalerroger on GitHub (Jan 19, 2023).

Feature Description

As MinIO has deprecated support for proxying s3 api requests to different types of cloud object storage, a new solution is required to support object storage. Specifically Azure does not support s3 (for a diverse range of reasons) but has an object storage solution (azure blob storage) which has an s3-like API available.

Seeing gitea support azure blob storage natively would be amazing.

Screenshots

No response

Originally created by @siegenthalerroger on GitHub (Jan 19, 2023). ### Feature Description As MinIO has deprecated support for proxying s3 api requests to different types of cloud object storage, a new solution is required to support object storage. Specifically Azure does not support s3 (for a diverse range of reasons) but has an object storage solution (azure blob storage) which has an s3-like API available. Seeing gitea support azure blob storage natively would be amazing. ### Screenshots _No response_
GiteaMirror added the type/proposaltype/feature labels 2025-11-02 08:59:03 -06:00
Author
Owner

@yp05327 commented on GitHub (Jun 21, 2023):

Azure has go sdk for blob storage, it is possible to support it.
https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob

ps: does MinIO's api has compatibility with aws s3 or google cloud storage?

@yp05327 commented on GitHub (Jun 21, 2023): Azure has go sdk for blob storage, it is possible to support it. https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob ps: does MinIO's api has compatibility with aws s3 or google cloud storage?
Author
Owner

@lunny commented on GitHub (Jun 21, 2023):

Azure has go sdk for blob storage, it is possible to support it. https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob

ps: does MinIO's api has compatibility with aws s3 or google cloud storage?

It should support aws s3

@lunny commented on GitHub (Jun 21, 2023): > Azure has go sdk for blob storage, it is possible to support it. https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob > > ps: does MinIO's api has compatibility with aws s3 or google cloud storage? It should support aws s3
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10132