GCP Blob Storage Provider
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.
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.
Duplicate of https://github.com/abpframework/abp/issues/20618