You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/cc-blobstore-config.html.md.erb
+59Lines changed: 59 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ This document describes the following common blobstore configurations:
26
26
* [Fog with AWS IAM Instance Profiles](#fog-aws-iam)
27
27
* [Fog with Google Cloud Storage](#fog-gcs)
28
28
* [Fog with Google Cloud Storage Service Accounts](#fog-gcs-service-account)
29
+
* [Storage CLI with AliCloud Storage](#storage-cli-alicloud)
29
30
* [Storage CLI with Azure Storage](#storage-cli-azure)
30
31
* [Fog with Other S3 Compatible Stores](#fog-s3-other)
31
32
* [Fog with NFS](#fog-local-nfs)
@@ -416,6 +417,62 @@ To configure your blobstores to use Azure Storage credentials, do the following:
416
417
417
418
1. You can provide further configuration through the `connection_config` hash, which is passed through to the [`Storage CLI`](https://github.com/cloudfoundry/storage-cli) implementation.
418
419
420
+
##<aid="storage-cli-alicloud"></a>Storage CLI with AliCloud Object Storage Service (OSS)
421
+
422
+
To configure an AliCloud OSS blobstore using the storage-cli implementation, do the following:
423
+
424
+
1. Insert this configuration into your manifest under `properties.cc`:
1. Replace `YOUR-ALICLOUD-ACCESSKEY-ID` and `YOUR-ALICLOUD-ACCESSKEY-SECRET` with your AliCloud OSS credentials.
471
+
472
+
1. Replace `YOUR-ALICLOUD-BUILDPACK-CONTAINER`, `YOUR-ALICLOUD-DROPLET-CONTAINER`, `YOUR-ALICLOUD-PACKAGE-CONTAINER`, and `YOUR-ALICLOUD-RESOURCE-CONTAINER` with the names of your AliCloud OSS buckets. For the bucket naming restrictions, see [Bucket naming conventions][alicloud-name-restrictions].
473
+
474
+
1. Replace `YOUR-ALICLOUD-OSS-ENDPOINT` and `YOUR-ALICLOUD-REGION-ID` with the endpoint and region of your AliCloud OSS buckets. For more information, see [Regions and endpoints][alicloud-regions-and-endpoints] in the AliCloud documentation.
475
+
419
476
##<aid="fog-s3-other"></a> Fog with Other S3 Compatible Stores
420
477
421
478
Using Fog blobstores with other S3 compatible stores, such as Minio or EMC Elastic Cloud Storage is similar to AWS, and uses the same Fog adapter, but requires slightly different configuration:
@@ -563,3 +620,5 @@ To configure your blobstores to use the WebDAV protocol, perform the steps below
0 commit comments