Comparing version 7.0.8 to 7.0.9
@@ -67,2 +67,3 @@ # JavaScript Client API Reference [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) | ||
|`sessionToken` | _string_ |Set this value to provide x-amz-security-token (AWS S3 specific). (Optional)| | ||
|`partSize` | _number_ |Set this value to override default part size of 64MB for multipart uploads. (Optional)| | ||
@@ -69,0 +70,0 @@ |
@@ -64,2 +64,5 @@ # JavaScript Client API参考文档 [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) | ||
|`region` | _string_ |设置该值以覆盖自动发现存储桶region。(可选)| | ||
|`transport` | _string_ |Set this value to pass in a custom transport. (Optional) - To be translated | | ||
|`sessionToken` | _string_ |Set this value to provide x-amz-security-token (AWS S3 specific). (Optional) - To be translated| | ||
|`partSize` | _number_ |Set this value to override default part size of 64MB for multipart uploads. (Optional) - To be translated| | ||
@@ -66,0 +69,0 @@ |
{ | ||
"name": "minio", | ||
"version": "7.0.8", | ||
"version": "7.0.9", | ||
"description": "S3 Compatible Cloud Storage client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main/minio.js", |
@@ -140,2 +140,3 @@ # MinIO JavaScript Library for Amazon S3 Compatible Cloud Storage [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) | ||
* [`removeObject`](https://docs.min.io/docs/javascript-client-api-reference#removeObject) | ||
* [`removeObjects`](https://docs.min.io/docs/javascript-client-api-reference#removeObjects) | ||
* [`removeIncompleteUpload`](https://docs.min.io/docs/javascript-client-api-reference#removeIncompleteUpload) | ||
@@ -142,0 +143,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
564970
5119
213