From 8acf5a4d63c5ce81e257bf61e882bd7275adcdca Mon Sep 17 00:00:00 2001 From: farmerworking Date: Wed, 25 Nov 2015 12:29:38 +0800 Subject: [PATCH] Oss secure option default to true, Fix doc error Signed-off-by: farmerworking --- docs/storage-drivers/oss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage-drivers/oss.md b/docs/storage-drivers/oss.md index 174a5e562..f6f2de972 100755 --- a/docs/storage-drivers/oss.md +++ b/docs/storage-drivers/oss.md @@ -26,7 +26,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses [Ali * `encrypt`: (optional) Whether you would like your data encrypted on the server side (defaults to false if not specified). -* `secure`: (optional) Whether you would like to transfer data to the bucket over ssl or not. Defaults to false if not specified. +* `secure`: (optional) Whether you would like to transfer data to the bucket over ssl or not. Defaults to true if not specified. * `chunksize`: (optional) The default part size for multipart uploads (performed by WriteStream) to OSS. The default is 10 MB. Keep in mind that the minimum part size for OSS is 5MB. You might experience better performance for larger chunk sizes depending on the speed of your connection to OSS.