From efa76b98d077c8bf35adca580978a201dc0da313 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 3 Jun 2017 01:04:01 +0800 Subject: [PATCH] Update oss.md (#3448) --- docs/storage-drivers/oss.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/storage-drivers/oss.md b/docs/storage-drivers/oss.md index b008763ab..8814429bc 100644 --- a/docs/storage-drivers/oss.md +++ b/docs/storage-drivers/oss.md @@ -47,7 +47,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses yes - The name of the OSS region in which you would like to store objects (for example `oss-cn-beijing`). For a list of regions, you can look at [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region). + The name of the OSS region in which you would like to store objects (for example oss-cn-beijing). For a list of regions, you can look at [https://docs.aliyun.com/#/oss/product-documentation/domain-region](https://docs.aliyun.com/#/oss/product-documentation/domain-region). @@ -58,7 +58,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses no - An endpoint which defaults to `[bucket].[region].aliyuncs.com` or `[bucket].[region]-internal.aliyuncs.com` (when `internal=true`). You can change the default endpoint by changing this value. + An endpoint which defaults to [bucket].[region].aliyuncs.com or [bucket].[region]-internal.aliyuncs.com (when internal=true). You can change the default endpoint by changing this value. @@ -98,7 +98,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses no - Specifies whether to transfer data to the bucket over ssl or not. If you omit this value, `true` is used. + Specifies whether to transfer data to the bucket over ssl or not. If you omit this value, true is used.