sphuber / aiida-s3

AiiDA plugin that provides various storage backends that allow using cloud data storage services, such as AWS S3 and Azure Blob Storage.
MIT License
3 stars 2 forks source link

Add support for Azure Blob Storage #5

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

The PsqlAzureBlobStorage implementation of the storage backend is added with the s3.psql_azure_blob entry point. It allows to use a container on Azure Blob Storage as the file repository. The connection is setup using a connection string which can be obtained from the Azure portal for the Blob Storage service.