0.13.0 • Published 8 months ago

@rn-buildhub/azure-storage v0.13.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

@rn-buildhub/azure-storage

A storage implementation for React Native Build Hub that uses Azure Blob Storage to save native builds.

Setup

npm install --save-dev @rn-buildhub/azure-storage

Configuration Details

Just use a .env file in the root of your project to set some of the following environment variables or populate the remote.config object in your rn-buildhub.json file.

ParameterDescriptionEnvironment Variable / .env
Connection StringConnect to Azure Storage blob with a single URL.RNBH_AZURE_CONNECTION_STRING
Container SAS URLConnect to Azure Storage blob using a container SAS URL.RNBH_AZURE_SAS_URL
Account NamePair with Account Key for Azure Credentials Authentication.RNBH_AZURE_ACCOUNT_NAME
Account KeyPair with Account Name for Azure Credentials Authentication.RNBH_AZURE_ACCOUNT_KEY
ContainerSpecify the container for storing the cache.RNBH_AZURE_CONTAINER
Azure URLFor local debugging, an optional Azure URL override.RNBH_AZURE_URL
Azure AD AuthPair with Account Name for Azure AD Authentication.RNBH_AZURE_AD_AUTH

Guides

🔗 How to create and configure an Azure Blob Storage

🔗 Create SAS tokens for your storage containers

See Also

PackageStorage
@rn-buildhub/s3-storageAmazon Web Services
@rn-buildhub/gcp-storageGoogle Cloud Platform
@rn-buildhub/storage-interfaceAbstract storage
0.12.0

8 months ago

0.13.0

8 months ago

0.11.0

11 months ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago