Merge pull request #1208 from farmerworking/fix-oss-doc-error

Oss secure option default to true, Fix doc error
pull/1120/merge
Richard Scothern 2015-11-25 11:25:25 -08:00
commit 4874f111ea
1 changed files with 1 additions and 1 deletions

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