Oss secure option default to true, Fix doc error

Signed-off-by: farmerworking <farmerworking@gmail.com>
This commit is contained in:
farmerworking 2015-11-25 12:29:38 +08:00
parent d7a4f6cb6a
commit 8acf5a4d63

View file

@ -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). * `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. * `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.