1.3.1 • Published 11 months ago

oc-azure-storage-adapter v1.3.1

Weekly downloads
12
License
MIT
Repository
github
Last release
11 months ago

Description

⚠️ THIS ADAPTER IS EXPERIMENTAL, USE CAREFULLY

Allows oc registry to store its components within Azure Blob Storage.

Configuration

var azureStorageAdapter = require('oc-azure-storage-adapter');
...
storage: {
  adapter: azureStorageAdapter,
  options: {
    // Container that will store publicly available files.
    // It's ACL should be set to 'blob' ({ "publicAccess": "blob" })
    publicContainerName: 'oc-public',
    // Container that will store private files.
    // It's ACL should be set to 'Private' ({ "publicAccess": "off" })
    privateContainerName: 'oc-private',
    accountName: '<your_azure_account_name>',
    accountKey: '<your_very_secret_azure_account_key>',
    path: '//<your_azure_account_name>.blob.core.windows.net/<publicContainerName>/',
    componentsDir: 'components',
  }
}
...
1.2.0

1 year ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago