abp icon indicating copy to clipboard operation
abp copied to clipboard

GCP Blob Storage Provider

Open ImranHugoWT opened this issue 2 years ago • 1 comments

2 of the big storage providers are already implemented. (Azure and AWS). It would be ideal if Google were added to the list of supported providers.

Some solutions for certain clients are hosted on GCP.

ImranHugoWT avatar Apr 13 '23 05:04 ImranHugoWT

2 of the big storage providers are already implemented. (Azure and AWS). It would be ideal if Google were added to the list of supported providers.

Some solutions for certain clients are hosted on GCP.

I created a provider package for Google Cloud Storage and published it on NuGet:

dotnet add package BlobStoring.Providers.GoogleCloudStorage --version 1.0.0

I'll create an article soon, but you can check it out now. I explained the related configuration that you need to do in README.md.

EngincanV avatar Aug 21 '24 17:08 EngincanV

Duplicate of https://github.com/abpframework/abp/issues/20618

hikalkan avatar Sep 03 '24 12:09 hikalkan