Skip to content

Commit 3febe1d

Browse files
committed
add reference to storage-cli in decision md
1 parent 83b4313 commit 3febe1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

decisions/0014-storage-clis-for-blobstore-operations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
| Provider | Status | Notes |
88
|--------------|---------------------------|---------------------------------------------------------------------------------------------------------|
9-
| Azure | ✅ Implemented | Uses `bosh-azure-storage-cli` with native type `azurebs` |
10-
| AWS | ✅ Implemented | Uses `bosh-s3cli` with native type `s3` |
11-
| GCP | ✅ Implemented | Uses `bosh-gcscli` with native type `gcs` |
12-
| Alibaba Cloud| ✅ Implemented | Uses `bosh-ali-storage-cli` with native type `alioss` |
9+
| Azure | ✅ Implemented | Uses [`storage-cli`](https://github.com/cloudfoundry/storage-cli/tree/main/azurebs) with native type `azurebs` |
10+
| AWS | ✅ Implemented | Uses [`storage-cli`](https://github.com/cloudfoundry/storage-cli/tree/main/s3)` with native type `s3` |
11+
| GCP | ✅ Implemented | Uses [`storage-cli`](https://github.com/cloudfoundry/storage-cli/tree/main/gcs) with native type `gcs` |
12+
| Alibaba Cloud| ✅ Implemented | Uses [`storage-cli`](https://github.com/cloudfoundry/storage-cli/tree/main/alioss) with native type `alioss` |
1313

1414
**Configuration Migration Status:**
1515
- The `blobstore_provider` field accepts both native storage-cli type names AND legacy fog names

0 commit comments

Comments
 (0)