From 73e4807cba0c741e2147f4701e6f8c0a27148d59 Mon Sep 17 00:00:00 2001 From: wuyu Date: Wed, 10 Jan 2024 21:57:15 +0800 Subject: [PATCH] docs: Updated the official document links The previous document links has expred --- README.md | 12 +- README_zh-CN.md | 12 +- docs/example/auto_upload.md | 2 +- docs/example/auto_upload_zh-CN.md | 2 +- docs/example/encryption.md | 2 +- docs/example/encryption_zh-CN.md | 2 +- docs/example/get_set_http_headers.md | 2 +- docs/example/get_set_http_headers_zh-CN.md | 2 +- docs/example/image_process.md | 2 +- docs/example/image_process_zh-CN.md | 2 +- docs/example/list_multipart_uploads.md | 4 +- docs/example/list_multipart_uploads_zh-CN.md | 4 +- docs/example/list_objects.md | 2 +- docs/example/list_objects_zh-CN.md | 2 +- docs/example/options_object.md | 4 +- docs/example/options_object_zh-CN.md | 4 +- docs/example/put_bucket_cors.md | 2 +- docs/example/put_bucket_cors_zh-CN.md | 2 +- docs/example/put_bucket_external_mirror.md | 2 +- .../put_bucket_external_mirror_zh-CN.md | 2 +- docs/example/put_bucket_lifecycle.md | 4 +- docs/example/put_bucket_lifecycle_zh-CN.md | 4 +- docs/example/put_bucket_notification.md | 4 +- docs/example/put_bucket_notification_zh-CN.md | 4 +- docs/example/put_bucket_policy.md | 2 +- docs/example/put_bucket_policy_zh-CN.md | 2 +- docs/examples.md | 3 - docs/examples_zh-CN.md | 3 - .../java/com/qingstor/sdk/service/Bucket.java | 529 ++++++++++-------- .../com/qingstor/sdk/service/QingStor.java | 10 +- .../sdk/utils/QSServerSignatureUtil.java | 7 +- .../qingstor/sdk/utils/QSSignatureUtil.java | 6 +- template/sub_services.tmpl | 6 +- 33 files changed, 345 insertions(+), 307 deletions(-) diff --git a/README.md b/README.md index d8004dad..411d4daa 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yunify/qingstor.sdk.java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yunify/qingstor.sdk.java) ![Build Status](https://github.com/qingstor/qingstor-sdk-java/workflows/Unit%20Test/badge.svg) -[![API Reference](https://img.shields.io/badge/api-reference-green.svg)](https://docs.qingcloud.com) +[![API Reference](https://img.shields.io/badge/api-reference-green.svg)](https://docsv4.qingcloud.com/user_guide/storage/object_storage/) [![License](https://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/yunify/qingstor-sdk-Java/blob/master/LICENSE) English | [中文](README_zh-CN.md) The official QingStor SDK for the Java programming language. -Before you start using the SDK, make sure you have a basic understanding of the concepts of [QingStor object storage](https://docs.qingcloud.com/qingstor/api/common/overview.html) (such as Zone, Service, Bucket, Object, etc.). +Before you start using the SDK, make sure you have a basic understanding of the concepts of [QingStor object storage](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/) (such as Zone, Service, Bucket, Object, etc.). -This SDK try to keep a one-to-one correspondence with the methods on the [QingCloud QingStor object storage documentation](https://docs.qingcloud.com/qingstor/api/). For details of each method, please refer to the corresponding chapter in the link. +This SDK try to keep a one-to-one correspondence with the methods on the [QingCloud QingStor object storage documentation](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/). For details of each method, please refer to the corresponding chapter in the link. You can see documents containing the complete package structure here: [javadoc](https://javadoc.io/doc/com.yunify/qingstor.sdk.java). @@ -29,9 +29,9 @@ Checkout our [releases](https://github.com/qingstor/qingstor-sdk-java/releases) ## Reference Documentations -- [QingStor Documentation](https://docs.qingcloud.com/qingstor/index.html) -- [QingStor Guide](https://docs.qingcloud.com/qingstor/guide/index.html) -- [QingStor APIs](https://docs.qingcloud.com/qingstor/api/index.html) +- [QingStor Documentation](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/) +- [QingStor Guide](https://docsv4.qingcloud.com/user_guide/storage/object_storage/) +- [QingStor APIs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/) ## Contributing diff --git a/README_zh-CN.md b/README_zh-CN.md index dcd872bd..ed67f279 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -2,16 +2,16 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yunify/qingstor.sdk.java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yunify/qingstor.sdk.java) ![Build Status](https://github.com/qingstor/qingstor-sdk-java/workflows/Unit%20Test/badge.svg) -[![API Reference](https://img.shields.io/badge/api-reference-green.svg)](https://docs.qingcloud.com) +[![API Reference](https://img.shields.io/badge/api-reference-green.svg)](https://docsv4.qingcloud.com/user_guide/storage/object_storage/) [![License](https://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/yunify/qingstor-sdk-Java/blob/master/LICENSE) [English](README.md) | 中文 Java 语言版本的 QingStor 官方 SDK. -在开始使用 SDK 之前,请确保你对[青云 QingStor 对象存储基本概念](https://docs.qingcloud.com/qingstor/api/common/overview.html)(如 Zone,Service,Bucket,Object 等)有一定的了解。 +在开始使用 SDK 之前,请确保你对[青云 QingStor 对象存储基本概念](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/)(如 Zone,Service,Bucket,Object 等)有一定的了解。 -本 SDK 与[青云 QingStor 对象存储帮助文档](https://docs.qingcloud.com/qingstor/api/)上的方法尽量保持一一对应,具体每个方法的详细说明请查看上述链接中的对应章节。 +本 SDK 与[青云 QingStor 对象存储帮助文档](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/)上的方法尽量保持一一对应,具体每个方法的详细说明请查看上述链接中的对应章节。 您可以在此处查看包含完整软件包结构的文档: [javadoc](https://javadoc.io/doc/com.yunify/qingstor.sdk.java). @@ -29,9 +29,9 @@ Java 语言版本的 QingStor 官方 SDK. ## 参考文档 -- [QingStor 文档](https://docs.qingcloud.com/qingstor/index.html) -- [QingStor 指南](https://docs.qingcloud.com/qingstor/guide/index.html) -- [QingStor APIs](https://docs.qingcloud.com/qingstor/api/index.html) +- [QingStor 文档](https://docsv4.qingcloud.com/user_guide/storage/object_storage/intro/product/) +- [QingStor 指南](https://docsv4.qingcloud.com/user_guide/storage/object_storage/) +- [QingStor APIs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/) ## 贡献 diff --git a/docs/example/auto_upload.md b/docs/example/auto_upload.md index 89ccb35a..4a8aa778 100644 --- a/docs/example/auto_upload.md +++ b/docs/example/auto_upload.md @@ -15,7 +15,7 @@ Default mehtods of UploadManagerCallback : - onCorrectTime(): If you need correct your local time, override this method and return the time of server. -You can also see 'Solutions Of App Integration' https://docs.qingcloud.com/qingstor/solutions/app_integration.html , while the access key is not kept in the client. +You can also see 'Solutions Of App Integration' https://docsv4.qingcloud.com/user_guide/storage/object_storage/beat_practices/app_integration/ , while the access key is not kept in the client. Attention: the method 'put()' used to upload a file, will create a sync request to upload. diff --git a/docs/example/auto_upload_zh-CN.md b/docs/example/auto_upload_zh-CN.md index 544f4625..9950df6a 100644 --- a/docs/example/auto_upload_zh-CN.md +++ b/docs/example/auto_upload_zh-CN.md @@ -14,7 +14,7 @@ UploadManagerCallback 的默认方法 (Default methods) 说明: - onCorrectTime() 方法:在您需要校准本地时间时,请重写该方法,并返回服务端时间。 -对于在上传客户端不保存 access key 的情况,还可以配合 “移动 App 接入方案” https://docs.qingcloud.com/qingstor/solutions/app_integration.html 使用。 +对于在上传客户端不保存 access key 的情况,还可以配合 “移动 App 接入方案” https://docsv4.qingcloud.com/user_guide/storage/object_storage/beat_practices/app_integration/ 使用。 注意:使用 'put()' 方法上传文件时,会创建同步请求来上传。 diff --git a/docs/example/encryption.md b/docs/example/encryption.md index f3df5981..6a442d69 100644 --- a/docs/example/encryption.md +++ b/docs/example/encryption.md @@ -4,7 +4,7 @@ You can encrypt data when uploading. -To understand the process of encryption better, visit the link [https://docs.qingcloud.com/qingstor/api/common/encryption.html#object-storage-encryption-headers](https://docs.qingcloud.com/qingstor/api/common/encryption.html#object-storage-encryption-headers) . +To understand the process of encryption better, visit the link [https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/encryption/](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/encryption/) . #### Encryption Example Of Uploading diff --git a/docs/example/encryption_zh-CN.md b/docs/example/encryption_zh-CN.md index ce7fdaee..fe5d0ade 100644 --- a/docs/example/encryption_zh-CN.md +++ b/docs/example/encryption_zh-CN.md @@ -4,7 +4,7 @@ 上传时可对数据进行加密。 -访问该链接 [https://docs.qingcloud.com/qingstor/api/common/encryption.html#object-storage-encryption-headers](https://docs.qingcloud.com/qingstor/api/common/encryption.html#object-storage-encryption-headers) . +访问该链接 [https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/encryption/](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/encryption/) . 以更好的理解数据加密解密的过程。 #### 上传文件时加密 diff --git a/docs/example/get_set_http_headers.md b/docs/example/get_set_http_headers.md index 3b673c89..b2b736d5 100644 --- a/docs/example/get_set_http_headers.md +++ b/docs/example/get_set_http_headers.md @@ -224,4 +224,4 @@ if (copyObjectSelfOutput.getStatueCode() == 200 || copyObjectSelfOutput.getStatu } ``` -You can also visit [API Docs](https://docs.qingcloud.com/qingstor/api/common/metadata) for more information about how to define metadata. +You can also visit [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/metadata/) for more information about how to define metadata. diff --git a/docs/example/get_set_http_headers_zh-CN.md b/docs/example/get_set_http_headers_zh-CN.md index e59979a3..7b1f45f1 100644 --- a/docs/example/get_set_http_headers_zh-CN.md +++ b/docs/example/get_set_http_headers_zh-CN.md @@ -224,4 +224,4 @@ if (copyObjectSelfOutput.getStatueCode() == 200 || copyObjectSelfOutput.getStatu } ``` -您也可以访问 [API Docs](https://docs.qingcloud.com/qingstor/api/common/metadata) 以查看更多关于自定义元数据的信息。 +您也可以访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/metadata/) 以查看更多关于自定义元数据的信息。 diff --git a/docs/example/image_process.md b/docs/example/image_process.md index 0783a578..98aa643a 100644 --- a/docs/example/image_process.md +++ b/docs/example/image_process.md @@ -19,7 +19,7 @@ The image formats that are currently supported are these below: See the demo below to do image process use ImageProgressClient. -See [API Docs](https://docs.qingcloud.com/qingstor/data_process/image_process/) for more information. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/) for more information. ## Code Snippet diff --git a/docs/example/image_process_zh-CN.md b/docs/example/image_process_zh-CN.md index 512f2aa4..30419548 100644 --- a/docs/example/image_process_zh-CN.md +++ b/docs/example/image_process_zh-CN.md @@ -14,7 +14,7 @@ > 目前不支持对加密过后的图片进行处理,单张图片最大为 10M 。 -您可以参考以下示例使用 ImageProcessClient 对图片进行处理。具体文档说明参考 [API Docs](https://docs.qingcloud.com/qingstor/data_process/image_process/) 。 +您可以参考以下示例使用 ImageProcessClient 对图片进行处理。具体文档说明参考 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/) 。 ## 代码片段 diff --git a/docs/example/list_multipart_uploads.md b/docs/example/list_multipart_uploads.md index 8377fa9d..a7dced18 100644 --- a/docs/example/list_multipart_uploads.md +++ b/docs/example/list_multipart_uploads.md @@ -6,13 +6,13 @@ This operation returns at most 1,000 multipart uploads in the response. 1,000 mu In the response, the uploads are sorted by key. If your application has initiated more than one multipart upload using the same object key, then uploads in the response are first sorted by key. Additionally, uploads are sorted in ascending order within each key by the upload initiation time. -For information on permissions required to use the multipart upload API, see Multipart Upload API and Permissions in [API Docs](https://docs.qingcloud.com/qingstor/api/object/multipart/list_multipart.html#object-storage-api-list-multipart). +For information on permissions required to use the multipart upload API, see Multipart Upload API and Permissions in [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/). ### Request Parameters You can add some options when list multipart uploads. -You can set options below in ListMultipartUploadsInput. See controlled [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/list_multipart_uploads.html). +You can set options below in ListMultipartUploadsInput. See controlled [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/). | Parameter name | Type | Description | Required | | :--------------: | :-----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------: | diff --git a/docs/example/list_multipart_uploads_zh-CN.md b/docs/example/list_multipart_uploads_zh-CN.md index 57b227db..d727c69b 100644 --- a/docs/example/list_multipart_uploads_zh-CN.md +++ b/docs/example/list_multipart_uploads_zh-CN.md @@ -4,13 +4,13 @@ 与 GET Bucket (List Objects) 接口类似,用户可以通过传递 prefix, delimiter 请求参数,指定获取某个目录下面正在进行的分段上传。列表按照对象名称的 alphanumeric 顺序从小到大排序。如果同名对象有多个分段上传,翻页被截断后只显示了一部分,下次翻页可通过 upload_id_marker 参数,获取该 upload_id 往后按创建时间排序后剩下的分段上传。 -如果用户只想获取某个对象已经上传的分段,请查阅 [API Docs](https://docs.qingcloud.com/qingstor/api/object/multipart/list_multipart.html#object-storage-api-list-multipart). +如果用户只想获取某个对象已经上传的分段,请查阅 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/). ### 请求参数 在 List Bucket Objects 时添加筛选条件 -参考[对应的 API 文档](https://docs.qingcloud.com/qingstor/api/bucket/list_multipart_uploads.html),您可以在对应的 Input 设置并添加如下筛选条件: +参考[对应的 API 文档](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/),您可以在对应的 Input 设置并添加如下筛选条件: | 参数名 | 类型 | 描述 | 是否必要 | | :--------------: | :-----: | :-------------------------------------------------------------------------------------------------- | :------: | diff --git a/docs/example/list_objects.md b/docs/example/list_objects.md index 53397171..6b45ce52 100644 --- a/docs/example/list_objects.md +++ b/docs/example/list_objects.md @@ -25,7 +25,7 @@ List objectKeys = listObjectsOutput.getKeys(); Add some options when list bucket objects -You can set options below in ListObjectsInput. See controlled [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/get). +You can set options below in ListObjectsInput. See controlled [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/). | Parameter name | Type | Description | Required | | :------------: | :-----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------: | diff --git a/docs/example/list_objects_zh-CN.md b/docs/example/list_objects_zh-CN.md index 2fb47f24..85923541 100644 --- a/docs/example/list_objects_zh-CN.md +++ b/docs/example/list_objects_zh-CN.md @@ -26,7 +26,7 @@ List objectKeys = listObjectsOutput.getKeys(); 在 List Bucket Objects 时添加筛选条件 -参考[对应的 API 文档](https://docs.qingcloud.com/qingstor/api/bucket/get),您可以在对应的 Input 设置并添加如下筛选条件: +参考[对应的 API 文档](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/),您可以在对应的 Input 设置并添加如下筛选条件: | 参数名称 | 类型 | 描述 | 是否必须 | | :-------: | :-----: | :-----------------------------------------------------------------------------------------------------------------: | :------: | diff --git a/docs/example/options_object.md b/docs/example/options_object.md index 17e179a2..21e9b5d4 100644 --- a/docs/example/options_object.md +++ b/docs/example/options_object.md @@ -8,7 +8,7 @@ | Access-Control-Request-Method | String | Identifies what HTTP method will be used in the actual request. | Yes | | Access-Control-Request-Headers | String | A comma-delimited list of HTTP headers that will be sent in the actual request. | No | -See [API Docs](https://docs.qingcloud.com/qingstor/api/object/options.html) for more information about request headers. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/) for more information about request headers. ### Response Headers @@ -20,7 +20,7 @@ See [API Docs](https://docs.qingcloud.com/qingstor/api/object/options.html) for | Access-Control-Allow-Headers | String | A comma-delimited list of HTTP headers that the browser can send in the actual request. If any of the requested headers is not allowed, QingStor will not include that header in the response, nor will the response contain any of the headers with the Access-Control prefix. | | Access-Control-Expose-Headers | String | A comma-delimited list of HTTP headers. This header provides the JavaScript client with access to these headers in the response to the actual request. | -See [API Docs](https://docs.qingcloud.com/qingstor/api/object/options.html) for more information about response headers. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/) for more information about response headers. ### Code Snippet diff --git a/docs/example/options_object_zh-CN.md b/docs/example/options_object_zh-CN.md index 119532f0..dfb71f15 100644 --- a/docs/example/options_object_zh-CN.md +++ b/docs/example/options_object_zh-CN.md @@ -8,7 +8,7 @@ | Access-Control-Request-Method | String | 跨源请求的 HTTP method 。 | Yes | | Access-Control-Request-Headers | String | 跨源请求中的 HTTP headers (逗号分割的字符串)。 | No | -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/object/options.html) 以查看更多关于请求头的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/) 以查看更多关于请求头的信息。 ### 响应头(Response Headers) @@ -20,7 +20,7 @@ | Access-Control-Allow-Headers | String | 跨源请求中可以被允许发送的 HTTP headers (逗号分割的字符串)。 | | Access-Control-Expose-Headers | String | 跨源请求的响应中,客户端(如 JavaScript Client) 可以获取到的 HTTP headers (逗号分割的字符串)。 | -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/object/options.html) 以查看更多关于响应头的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/) 以查看更多关于响应头的信息。 ### 代码片段 diff --git a/docs/example/put_bucket_cors.md b/docs/example/put_bucket_cors.md index b0ada1a5..4d05af1d 100644 --- a/docs/example/put_bucket_cors.md +++ b/docs/example/put_bucket_cors.md @@ -11,7 +11,7 @@ | expose_headers | Array | One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object). | No | | max_age_seconds | Integer | The time in seconds that your browser is to cache the preflight response for the specified resource.(seconds) | No | -See [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/cors/put_cors.html) for more information about request elements. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/) for more information about request elements. ### Code Snippet diff --git a/docs/example/put_bucket_cors_zh-CN.md b/docs/example/put_bucket_cors_zh-CN.md index b8a12562..05ced961 100644 --- a/docs/example/put_bucket_cors_zh-CN.md +++ b/docs/example/put_bucket_cors_zh-CN.md @@ -11,7 +11,7 @@ | expose_headers | Array | 设置客户能够从其应用程序(例如,从 JavaScript XMLHttpRequest 对象)进行访问的 HTTP 响应头。 | No | | max_age_seconds | Integer | 设置在预检请求(Options)被资源、HTTP 方法和源识别之后,浏览器将为预检请求缓存响应的时间(以秒为单位)。 | No | -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/cors/put_cors.html) 以查看更多关于请求消息体的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/) 以查看更多关于请求消息体的信息。 ### 代码片段 diff --git a/docs/example/put_bucket_external_mirror.md b/docs/example/put_bucket_external_mirror.md index b20fcf39..68ebae41 100644 --- a/docs/example/put_bucket_external_mirror.md +++ b/docs/example/put_bucket_external_mirror.md @@ -6,7 +6,7 @@ | :---------: | :----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | | source_site | String | Source site of external mirror source. Source site is like this: `://[:port]/[path]` . Valid values of protocol: “http” or “https”, default “http”. Port defaults to the port corresponding to the protocol. Path can be empty. If the storage space has multiple source sites for many times, the source site of the storage space will use the last setting value. | Yes | -See [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/put_external_mirror.html) for more information about request elements. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/) for more information about request elements. ### Code Snippet diff --git a/docs/example/put_bucket_external_mirror_zh-CN.md b/docs/example/put_bucket_external_mirror_zh-CN.md index 107383c7..f3bce727 100644 --- a/docs/example/put_bucket_external_mirror_zh-CN.md +++ b/docs/example/put_bucket_external_mirror_zh-CN.md @@ -6,7 +6,7 @@ | :---------: | :----: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | | source_site | String | 外部镜像回源的源站。源站形式为 `://[:port]/[path]` 。 protocol 的值可为 “http” 或 “https”,默认为 “http”。port 默认为 protocol 对应的端口。path 可为空。 如果存储空间多次设置不同的源站,该存储空间的源站采用最后一次设置的值。 | Yes | -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/put_external_mirror.html) 以查看更多关于请求消息体的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/) 以查看更多关于请求消息体的信息。 ### 代码片段 diff --git a/docs/example/put_bucket_lifecycle.md b/docs/example/put_bucket_lifecycle.md index b9de801c..aaa41b21 100644 --- a/docs/example/put_bucket_lifecycle.md +++ b/docs/example/put_bucket_lifecycle.md @@ -4,7 +4,7 @@ | Name | Type | Description | Required | | :-------------------------------: | :-----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | -| rule | List | rule 的元素为 Lifecycle 规则。规则为 Dict 类型,有效的键为 “id”、”status”、”filter”、”expiration”、”abort_incomplete_multipart_upload” 和 “transition”。规则总数不能超过 100 条,且每条规则中只允许存在一种类型的操作。同一 bucket, prefix 和 支持操作( expiration, abort_incomplete_multipart_upload, transition) 不能有重复,否则返回 400 invalid_request 包含重复的规则信息 参见[错误信息](https://docs.qingcloud.com/qingstor/api/common/error_code.html#object-storage-error-code)。 | Yes | +| rule | List | rule 的元素为 Lifecycle 规则。规则为 Dict 类型,有效的键为 “id”、”status”、”filter”、”expiration”、”abort_incomplete_multipart_upload” 和 “transition”。规则总数不能超过 100 条,且每条规则中只允许存在一种类型的操作。同一 bucket, prefix 和 支持操作( expiration, abort_incomplete_multipart_upload, transition) 不能有重复,否则返回 400 invalid_request 包含重复的规则信息 参见[错误信息](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/error_code/e)。 | Yes | | id | String | 规则的标识符。可为任意 UTF-8 编码字符,长度不能超过 255 个字节,在一个 Bucket Lifecycle 中,规则的标识符必须唯一。该字符串可用来描述策略的用途。如果 id 有重复,会返回 400 invalid_request 。 | Yes | | status | String | 该条规则的状态。其值可为 “enabled” (表示生效) 或 “disabled” (表示禁用)。 | Yes | | filter | Dict | 用于匹配 Object 的过滤条件,有效的键为 “prefix”。 | Yes | @@ -16,7 +16,7 @@ | days_after_initiation | Integer | 在初始化分段上传的指定天数后执行操作。 | Yes | | storage_class | Integer | 要变更至的 storage_class,支持的值为 "STANDARD"、"STANDARD_IA"。 | Yes | -See [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/put_lifecycle.html) for more information about request elements. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/) for more information about request elements. ### Code Snippet diff --git a/docs/example/put_bucket_lifecycle_zh-CN.md b/docs/example/put_bucket_lifecycle_zh-CN.md index 4a4c4996..12ecfb83 100644 --- a/docs/example/put_bucket_lifecycle_zh-CN.md +++ b/docs/example/put_bucket_lifecycle_zh-CN.md @@ -4,7 +4,7 @@ | 名称 | 类型 | 描述 | 是否必要 | | :-------------------------------: | :-----: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | -| rule | List | rule 的元素为 Lifecycle 规则。规则为 Dict 类型,有效的键为 “id”、”status”、”filter”、”expiration”、”abort_incomplete_multipart_upload” 和 “transition”。规则总数不能超过 100 条,且每条规则中只允许存在一种类型的操作。同一 bucket, prefix 和 支持操作( expiration, abort_incomplete_multipart_upload, transition) 不能有重复,否则返回 400 invalid_request 包含重复的规则信息 [参见错误信息](https://docs.qingcloud.com/qingstor/api/common/error_code.html#object-storage-error-code)。 | Yes | +| rule | List | rule 的元素为 Lifecycle 规则。规则为 Dict 类型,有效的键为 “id”、”status”、”filter”、”expiration”、”abort_incomplete_multipart_upload” 和 “transition”。规则总数不能超过 100 条,且每条规则中只允许存在一种类型的操作。同一 bucket, prefix 和 支持操作( expiration, abort_incomplete_multipart_upload, transition) 不能有重复,否则返回 400 invalid_request 包含重复的规则信息 [参见错误信息](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/error_code/)。 | Yes | | id | String | 规则的标识符。可为任意 UTF-8 编码字符,长度不能超过 255 个字节,在一个 Bucket Lifecycle 中,规则的标识符必须唯一。该字符串可用来描述策略的用途。如果 id 有重复,会返回 400 invalid_request 。 | Yes | | status | String | 该条规则的状态。其值可为 “enabled” (表示生效) 或 “disabled” (表示禁用)。 | Yes | | filter | Dict | 用于匹配 Object 的过滤条件,有效的键为 “prefix”。 | Yes | @@ -16,7 +16,7 @@ | days_after_initiation | Integer | 在初始化分段上传的指定天数后执行操作。 | Yes | | storage_class | Integer | 要变更至的 storage_class,支持的值为 "STANDARD"、"STANDARD_IA"。 | Yes | -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/put_lifecycle.html) 以查看更多关于请求消息体的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/) 以查看更多关于请求消息体的信息。 ### 代码片段 diff --git a/docs/example/put_bucket_notification.md b/docs/example/put_bucket_notification.md index 88282723..0c367abe 100644 --- a/docs/example/put_bucket_notification.md +++ b/docs/example/put_bucket_notification.md @@ -19,12 +19,12 @@ Object storage will process the image according to the specified picture process | Name | Type | Description | Required | | :---------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | -| action | String | The specific operation parameters of the picture, see [image basic processing service](https://docs.qingcloud.com/qingstor/data_process/image_process/index.html) for more info. | Yes | +| action | String | The specific operation parameters of the picture, see [image basic processing service](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/) for more info. | Yes | | key_prefix | String | Prefix of the name of the object processed, “gen” is the default. | No | | key_seprate | String | A separator between key*prefix and object, “*“ is the default. | No | | save_bucket | String | The target bucket name that is saved as.
The default is the current bucket where the object is located. | No | -See [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/notification/put_notification.html) for more information about request elements. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/) for more information about request elements. ### Code Snippet diff --git a/docs/example/put_bucket_notification_zh-CN.md b/docs/example/put_bucket_notification_zh-CN.md index 924f458a..9a7b3644 100644 --- a/docs/example/put_bucket_notification_zh-CN.md +++ b/docs/example/put_bucket_notification_zh-CN.md @@ -18,12 +18,12 @@ | 名称 | 类型 | 描述 | 是否必要 | | :---------: | :----: | :------------------------------------------------------------------------------------------------------------------- | :------: | -| action | String | 图片的具体操作参数, 见 [图片基本处理服务](https://docs.qingcloud.com/qingstor/data_process/image_process/index.html) | Yes | +| action | String | 图片的具体操作参数, 见 [图片基本处理服务](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/) | Yes | | key_prefix | String | 处理后 object 名称的前缀, 默认为 “gen” | No | | key_seprate | String | key*prefix 和 object 之间的分隔符,默认为 “*“ | No | | save_bucket | String | 另存为的目标 bucket 名称,默认为当前 object 所在 bucket | No | -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/notification/put_notification.html) 以查看更多关于请求消息体的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/) 以查看更多关于请求消息体的信息。 ### 代码片段 diff --git a/docs/example/put_bucket_policy.md b/docs/example/put_bucket_policy.md index 32af798e..0bcc141c 100644 --- a/docs/example/put_bucket_policy.md +++ b/docs/example/put_bucket_policy.md @@ -2,7 +2,7 @@ ### Request Elements -See [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/policy/put_policy.html) for more information about request elements. +See [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/) for more information about request elements. ### Code Snippet diff --git a/docs/example/put_bucket_policy_zh-CN.md b/docs/example/put_bucket_policy_zh-CN.md index 27890ea4..ef7c91ad 100644 --- a/docs/example/put_bucket_policy_zh-CN.md +++ b/docs/example/put_bucket_policy_zh-CN.md @@ -2,7 +2,7 @@ ### 请求消息体 -访问 [API Docs](https://docs.qingcloud.com/qingstor/api/bucket/policy/put_policy.html) 以查看更多关于请求消息体的信息。 +访问 [API Docs](https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/) 以查看更多关于请求消息体的信息。 ### 代码片段 diff --git a/docs/examples.md b/docs/examples.md index 0b3c1055..f8f83511 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -17,7 +17,6 @@ and the Output holds the HTTP status code, response headers, response elements a - [PUT Bucket ACL](./example/put_ACL.md) - [GET Bucket ACL](./example/get_bucket_acl.md) - Bucket Policy - - [Bucket Policy Condition](https://docs.qingcloud.com/qingstor/api/bucket/policy/policy_condition.html) - [PUT Bucket Policy](./example/put_bucket_policy.md) - [GET Bucket Policy](./example/get_bucket_policy.md) - [DELETE Bucket Policy](./example/delete_bucket_policy.md) @@ -74,5 +73,3 @@ and the Output holds the HTTP status code, response headers, response elements a - [Sign With Server](./example/sign_with_server.md) - Data Process - [Image Process](./example/image_process.md) - - [Third Party Data](https://docs.qingcloud.com/qingstor/data_process/third_party/) - - [Tupu Porn](https://docs.qingcloud.com/qingstor/data_process/third_party/tupu_porn.html) diff --git a/docs/examples_zh-CN.md b/docs/examples_zh-CN.md index d41ca9c6..7f73e245 100644 --- a/docs/examples_zh-CN.md +++ b/docs/examples_zh-CN.md @@ -16,7 +16,6 @@ Input 对象由请求参数, 请求头和请求体构成, Output 对象包含 HT - [PUT Bucket ACL](./example/put_ACL_zh-CN.md) - [GET Bucket ACL](./example/get_bucket_acl_zh-CN.md) - 授权策略(Bucket Policy) - - [策略生效条件(Bucket Policy Condition)](https://docs.qingcloud.com/qingstor/api/bucket/policy/policy_condition.html) - [PUT Bucket Policy](./example/put_bucket_policy_zh-CN.md) - [GET Bucket Policy](./example/get_bucket_policy_zh-CN.md) - [DELETE Bucket Policy](./example/delete_bucket_policy_zh-CN.md) @@ -73,5 +72,3 @@ Input 对象由请求参数, 请求头和请求体构成, Output 对象包含 HT - [使用服务端签名](./example/sign_with_server_zh-CN.md) - 数据处理 - [图片处理](./example/image_process_zh-CN.md) - - [第三方数据处理](https://docs.qingcloud.com/qingstor/data_process/third_party/) - - [图普科技鉴黄服务](https://docs.qingcloud.com/qingstor/data_process/third_party/tupu_porn.html) diff --git a/src/main/java/com/qingstor/sdk/service/Bucket.java b/src/main/java/com/qingstor/sdk/service/Bucket.java index c1609f35..405349b4 100644 --- a/src/main/java/com/qingstor/sdk/service/Bucket.java +++ b/src/main/java/com/qingstor/sdk/service/Bucket.java @@ -74,8 +74,9 @@ public Bucket(EnvContext envContext, String zone, String bucketName) { /** * @throws QSException exception * @return DeleteBucketOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketOutput delete() throws QSException { @@ -91,7 +92,7 @@ public DeleteBucketOutput delete() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteRequest() throws QSException { @@ -121,7 +122,7 @@ public RequestHandler deleteRequest() throws QSException { * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteAsync(ResponseCallBack callback) throws QSException { @@ -135,7 +136,7 @@ public void deleteAsync(ResponseCallBack callback) throws QS * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteAsyncRequest( @@ -177,8 +178,9 @@ public static class DeleteBucketOutput extends OutputModel {} * @param input input * @throws QSException exception * @return DeleteBucketCNAMEOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/cname/delete_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketCNAMEOutput deleteCNAME(DeleteBucketCNAMEInput input) throws QSException { @@ -199,7 +201,7 @@ public DeleteBucketCNAMEOutput deleteCNAME(DeleteBucketCNAMEInput input) throws * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/delete_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteCNAMERequest(DeleteBucketCNAMEInput input) @@ -234,7 +236,7 @@ public RequestHandler deleteCNAMERequest(DeleteBucketCN * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/delete_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteCNAMEAsync( @@ -254,7 +256,7 @@ public void deleteCNAMEAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/delete_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/delete_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteCNAMEAsyncRequest( @@ -350,8 +352,9 @@ public static class DeleteBucketCNAMEOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketCORSOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/cors/delete_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketCORSOutput deleteCORS() throws QSException { @@ -367,7 +370,7 @@ public DeleteBucketCORSOutput deleteCORS() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/delete_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteCORSRequest() throws QSException { @@ -397,7 +400,7 @@ public RequestHandler deleteCORSRequest() throws QSExcep * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/delete_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteCORSAsync(ResponseCallBack callback) @@ -412,7 +415,7 @@ public void deleteCORSAsync(ResponseCallBack callback) * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/delete_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/delete_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteCORSAsyncRequest( @@ -453,8 +456,8 @@ public static class DeleteBucketCORSOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketExternalMirrorOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/delete_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/ * */ @SuppressWarnings({"rawtypes", "unchecked"}) @@ -471,7 +474,7 @@ public DeleteBucketExternalMirrorOutput deleteExternalMirror() throws QSExceptio /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/delete_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteExternalMirrorRequest() @@ -502,7 +505,7 @@ public RequestHandler deleteExternalMirrorRequ * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/delete_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteExternalMirrorAsync( @@ -517,7 +520,7 @@ public void deleteExternalMirrorAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/delete_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/delete_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteExternalMirrorAsyncRequest( @@ -558,8 +561,9 @@ public static class DeleteBucketExternalMirrorOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketLifecycleOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/delete_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketLifecycleOutput deleteLifecycle() throws QSException { @@ -575,7 +579,7 @@ public DeleteBucketLifecycleOutput deleteLifecycle() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/delete_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteLifecycleRequest() throws QSException { @@ -605,7 +609,7 @@ public RequestHandler deleteLifecycleRequest() thro * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/delete_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteLifecycleAsync(ResponseCallBack callback) @@ -620,7 +624,7 @@ public void deleteLifecycleAsync(ResponseCallBack c * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/delete_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/delete_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteLifecycleAsyncRequest( @@ -661,8 +665,9 @@ public static class DeleteBucketLifecycleOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketLoggingOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/logging/delete_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketLoggingOutput deleteLogging() throws QSException { @@ -678,7 +683,7 @@ public DeleteBucketLoggingOutput deleteLogging() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/delete_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteLoggingRequest() throws QSException { @@ -708,7 +713,7 @@ public RequestHandler deleteLoggingRequest() throws Q * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/delete_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteLoggingAsync(ResponseCallBack callback) @@ -723,7 +728,7 @@ public void deleteLoggingAsync(ResponseCallBack callb * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/delete_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/delete_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteLoggingAsyncRequest( @@ -764,8 +769,9 @@ public static class DeleteBucketLoggingOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketNotificationOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/notification/delete_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketNotificationOutput deleteNotification() throws QSException { @@ -781,7 +787,7 @@ public DeleteBucketNotificationOutput deleteNotification() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/delete_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteNotificationRequest() @@ -812,7 +818,7 @@ public RequestHandler deleteNotificationRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/delete_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteNotificationAsync(ResponseCallBack callback) @@ -827,7 +833,7 @@ public void deleteNotificationAsync(ResponseCallBackhttps://docs.qingcloud.com/qingstor/api/bucket/notification/delete_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/delete_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteNotificationAsyncRequest( @@ -868,8 +874,9 @@ public static class DeleteBucketNotificationOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketPolicyOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/policy/delete_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketPolicyOutput deletePolicy() throws QSException { @@ -885,7 +892,7 @@ public DeleteBucketPolicyOutput deletePolicy() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/policy/delete_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deletePolicyRequest() throws QSException { @@ -915,7 +922,7 @@ public RequestHandler deletePolicyRequest() throws QSE * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/policy/delete_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deletePolicyAsync(ResponseCallBack callback) @@ -930,7 +937,7 @@ public void deletePolicyAsync(ResponseCallBack callbac * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/policy/delete_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/delete_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deletePolicyAsyncRequest( @@ -971,8 +978,9 @@ public static class DeleteBucketPolicyOutput extends OutputModel {} /** * @throws QSException exception * @return DeleteBucketReplicationOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/replication/delete_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteBucketReplicationOutput deleteReplication() throws QSException { @@ -988,7 +996,7 @@ public DeleteBucketReplicationOutput deleteReplication() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/delete_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteReplicationRequest() @@ -1019,7 +1027,7 @@ public RequestHandler deleteReplicationRequest() * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/delete_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteReplicationAsync(ResponseCallBack callback) @@ -1034,7 +1042,7 @@ public void deleteReplicationAsync(ResponseCallBackhttps://docs.qingcloud.com/qingstor/api/bucket/replication/delete_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/delete_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteReplicationAsyncRequest( @@ -1076,8 +1084,9 @@ public static class DeleteBucketReplicationOutput extends OutputModel {} * @param input input * @throws QSException exception * @return DeleteMultipleObjectsOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/delete_multiple.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteMultipleObjectsOutput deleteMultipleObjects(DeleteMultipleObjectsInput input) @@ -1099,7 +1108,7 @@ public DeleteMultipleObjectsOutput deleteMultipleObjects(DeleteMultipleObjectsIn * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/delete_multiple.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteMultipleObjectsRequest( @@ -1134,7 +1143,7 @@ public RequestHandler deleteMultipleObjectsRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/delete_multiple.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteMultipleObjectsAsync( @@ -1155,7 +1164,7 @@ public void deleteMultipleObjectsAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/delete_multiple.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/delete_multiple/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteMultipleObjectsAsyncRequest( @@ -1296,8 +1305,9 @@ public List getErrors() { /** * @throws QSException exception * @return GetBucketACLOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/get_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketACLOutput getACL() throws QSException { @@ -1313,7 +1323,7 @@ public GetBucketACLOutput getACL() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getACLRequest() throws QSException { @@ -1343,7 +1353,7 @@ public RequestHandler getACLRequest() throws QSException { * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getACLAsync(ResponseCallBack callback) throws QSException { @@ -1357,7 +1367,7 @@ public void getACLAsync(ResponseCallBack callback) throws QS * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/get_acl/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getACLAsyncRequest( @@ -1423,8 +1433,9 @@ public OwnerModel getOwner() { * @param input input * @throws QSException exception * @return GetBucketCNAMEOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/cname/get_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketCNAMEOutput getCNAME(GetBucketCNAMEInput input) throws QSException { @@ -1445,7 +1456,7 @@ public GetBucketCNAMEOutput getCNAME(GetBucketCNAMEInput input) throws QSExcepti * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/get_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getCNAMERequest(GetBucketCNAMEInput input) @@ -1480,7 +1491,7 @@ public RequestHandler getCNAMERequest(GetBucketCNAMEInput * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/get_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getCNAMEAsync( @@ -1500,7 +1511,7 @@ public void getCNAMEAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/get_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/get_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getCNAMEAsyncRequest( @@ -1618,8 +1629,9 @@ public Integer getCount() { /** * @throws QSException exception * @return GetBucketCORSOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/cors/get_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketCORSOutput getCORS() throws QSException { @@ -1635,7 +1647,7 @@ public GetBucketCORSOutput getCORS() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/get_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getCORSRequest() throws QSException { @@ -1665,7 +1677,7 @@ public RequestHandler getCORSRequest() throws QSException { * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/get_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getCORSAsync(ResponseCallBack callback) throws QSException { @@ -1679,7 +1691,7 @@ public void getCORSAsync(ResponseCallBack callback) throws * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/get_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/get_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getCORSAsyncRequest( @@ -1733,8 +1745,8 @@ public List getCORSRules() { /** * @throws QSException exception * @return GetBucketExternalMirrorOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/get_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/ * */ @SuppressWarnings({"rawtypes", "unchecked"}) @@ -1751,7 +1763,7 @@ public GetBucketExternalMirrorOutput getExternalMirror() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/get_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getExternalMirrorRequest() @@ -1782,7 +1794,7 @@ public RequestHandler getExternalMirrorRequest() * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/get_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getExternalMirrorAsync(ResponseCallBack callback) @@ -1797,7 +1809,7 @@ public void getExternalMirrorAsync(ResponseCallBackhttps://docs.qingcloud.com/qingstor/api/bucket/external_mirror/get_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/get_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getExternalMirrorAsyncRequest( @@ -1851,8 +1863,9 @@ public String getSourceSite() { /** * @throws QSException exception * @return GetBucketLifecycleOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/get_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketLifecycleOutput getLifecycle() throws QSException { @@ -1868,7 +1881,7 @@ public GetBucketLifecycleOutput getLifecycle() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/get_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getLifecycleRequest() throws QSException { @@ -1898,7 +1911,7 @@ public RequestHandler getLifecycleRequest() throws QSE * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/get_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getLifecycleAsync(ResponseCallBack callback) @@ -1913,7 +1926,7 @@ public void getLifecycleAsync(ResponseCallBack callbac * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/get_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/get_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getLifecycleAsyncRequest( @@ -1967,8 +1980,9 @@ public List getRule() { /** * @throws QSException exception * @return GetBucketLoggingOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/logging/get_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketLoggingOutput getLogging() throws QSException { @@ -1984,7 +1998,7 @@ public GetBucketLoggingOutput getLogging() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/get_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getLoggingRequest() throws QSException { @@ -2014,7 +2028,7 @@ public RequestHandler getLoggingRequest() throws QSExcep * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/get_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getLoggingAsync(ResponseCallBack callback) @@ -2029,7 +2043,7 @@ public void getLoggingAsync(ResponseCallBack callback) * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/get_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/get_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getLoggingAsyncRequest( @@ -2094,8 +2108,9 @@ public String getTargetPrefix() { /** * @throws QSException exception * @return GetBucketNotificationOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/notification/get_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketNotificationOutput getNotification() throws QSException { @@ -2111,7 +2126,7 @@ public GetBucketNotificationOutput getNotification() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/get_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getNotificationRequest() throws QSException { @@ -2141,7 +2156,7 @@ public RequestHandler getNotificationRequest() thro * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/get_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getNotificationAsync(ResponseCallBack callback) @@ -2156,7 +2171,7 @@ public void getNotificationAsync(ResponseCallBack c * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/get_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/get_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getNotificationAsyncRequest( @@ -2210,8 +2225,9 @@ public List getNotifications() { /** * @throws QSException exception * @return GetBucketPolicyOutput output stream Documentation URL: - * https://https://docs.qingcloud.com/qingstor/api/bucket/policy/get_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketPolicyOutput getPolicy() throws QSException { @@ -2227,7 +2243,7 @@ public GetBucketPolicyOutput getPolicy() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://https://docs.qingcloud.com/qingstor/api/bucket/policy/get_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getPolicyRequest() throws QSException { @@ -2257,7 +2273,7 @@ public RequestHandler getPolicyRequest() throws QSExcepti * @param callback response callback * @throws QSException exception *

Documentation URL: https://https://docs.qingcloud.com/qingstor/api/bucket/policy/get_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getPolicyAsync(ResponseCallBack callback) @@ -2272,7 +2288,7 @@ public void getPolicyAsync(ResponseCallBack callback) * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://https://docs.qingcloud.com/qingstor/api/bucket/policy/get_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/get_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getPolicyAsyncRequest( @@ -2326,8 +2342,9 @@ public List getStatement() { /** * @throws QSException exception * @return GetBucketReplicationOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/replication/get_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketReplicationOutput getReplication() throws QSException { @@ -2343,7 +2360,7 @@ public GetBucketReplicationOutput getReplication() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/get_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getReplicationRequest() throws QSException { @@ -2373,7 +2390,7 @@ public RequestHandler getReplicationRequest() throws * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/get_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getReplicationAsync(ResponseCallBack callback) @@ -2388,7 +2405,7 @@ public void getReplicationAsync(ResponseCallBack cal * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/get_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/get_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getReplicationAsyncRequest( @@ -2442,8 +2459,9 @@ public List getRules() { /** * @throws QSException exception * @return GetBucketStatisticsOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/get_stats.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketStatisticsOutput getStatistics() throws QSException { @@ -2459,7 +2477,7 @@ public GetBucketStatisticsOutput getStatistics() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_stats.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getStatisticsRequest() throws QSException { @@ -2489,7 +2507,7 @@ public RequestHandler getStatisticsRequest() throws Q * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_stats.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getStatisticsAsync(ResponseCallBack callback) @@ -2504,7 +2522,7 @@ public void getStatisticsAsync(ResponseCallBack callb * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_stats.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get_stats/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getStatisticsAsyncRequest( @@ -2624,8 +2642,9 @@ public String getURL() { /** * @throws QSException exception * @return GetBucketVersioningOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/get_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetBucketVersioningOutput getVersioning() throws QSException { @@ -2641,7 +2660,7 @@ public GetBucketVersioningOutput getVersioning() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getVersioningRequest() throws QSException { @@ -2671,7 +2690,7 @@ public RequestHandler getVersioningRequest() throws Q * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getVersioningAsync(ResponseCallBack callback) @@ -2686,7 +2705,7 @@ public void getVersioningAsync(ResponseCallBack callb * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/get_version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getVersioningAsyncRequest( @@ -2740,8 +2759,9 @@ public String getStatus() { /** * @throws QSException exception * @return HeadBucketOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public HeadBucketOutput head() throws QSException { @@ -2757,7 +2777,7 @@ public HeadBucketOutput head() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler headRequest() throws QSException { @@ -2787,7 +2807,7 @@ public RequestHandler headRequest() throws QSException { * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void headAsync(ResponseCallBack callback) throws QSException { @@ -2801,7 +2821,7 @@ public void headAsync(ResponseCallBack callback) throws QSExce * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/head/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler headAsyncRequest( @@ -2842,8 +2862,9 @@ public static class HeadBucketOutput extends OutputModel {} * @param input input * @throws QSException exception * @return ListMultipartUploadsOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/list_multipart_uploads.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public ListMultipartUploadsOutput listMultipartUploads(ListMultipartUploadsInput input) @@ -2865,7 +2886,7 @@ public ListMultipartUploadsOutput listMultipartUploads(ListMultipartUploadsInput * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/list_multipart_uploads.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listMultipartUploadsRequest( @@ -2900,7 +2921,7 @@ public RequestHandler listMultipartUploadsRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/list_multipart_uploads.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void listMultipartUploadsAsync( @@ -2920,7 +2941,7 @@ public void listMultipartUploadsAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/list_multipart_uploads.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listMultipartUploadsAsyncRequest( @@ -3166,8 +3187,8 @@ public List getUploads() { * @param input input * @throws QSException exception * @return ListObjectVersionsOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/versions.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public ListObjectVersionsOutput listObjectVersions(ListObjectVersionsInput input) @@ -3189,7 +3210,7 @@ public ListObjectVersionsOutput listObjectVersions(ListObjectVersionsInput input * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/versions.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listObjectVersionsRequest( @@ -3224,7 +3245,7 @@ public RequestHandler listObjectVersionsRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/versions.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void listObjectVersionsAsync( @@ -3244,7 +3265,7 @@ public void listObjectVersionsAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/versions.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listObjectVersionsAsyncRequest( @@ -3509,8 +3530,9 @@ public String getVersionIDMarker() { * @param input input * @throws QSException exception * @return ListObjectsOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public ListObjectsOutput listObjects(ListObjectsInput input) throws QSException { @@ -3531,7 +3553,7 @@ public ListObjectsOutput listObjects(ListObjectsInput input) throws QSException * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listObjectsRequest(ListObjectsInput input) @@ -3566,7 +3588,7 @@ public RequestHandler listObjectsRequest(ListObjectsInput inp * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void listObjectsAsync( @@ -3586,7 +3608,7 @@ public void listObjectsAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listObjectsAsyncRequest( @@ -3809,8 +3831,9 @@ public String getPrefix() { /** * @throws QSException exception * @return PutBucketOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketOutput put() throws QSException { @@ -3826,7 +3849,7 @@ public PutBucketOutput put() throws QSException { /** * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putRequest() throws QSException { @@ -3856,7 +3879,7 @@ public RequestHandler putRequest() throws QSException { * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putAsync(ResponseCallBack callback) throws QSException { @@ -3870,7 +3893,7 @@ public void putAsync(ResponseCallBack callback) throws QSExcept * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/basic_opt/put/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putAsyncRequest( @@ -3911,8 +3934,9 @@ public static class PutBucketOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketACLOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/put_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketACLOutput putACL(PutBucketACLInput input) throws QSException { @@ -3933,7 +3957,7 @@ public PutBucketACLOutput putACL(PutBucketACLInput input) throws QSException { * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putACLRequest(PutBucketACLInput input) @@ -3968,7 +3992,7 @@ public RequestHandler putACLRequest(PutBucketACLInput input) * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putACLAsync(PutBucketACLInput input, ResponseCallBack callback) @@ -3987,7 +4011,7 @@ public void putACLAsync(PutBucketACLInput input, ResponseCallBackhttps://docs.qingcloud.com/qingstor/api/bucket/put_acl.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/acl/put_acl/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putACLAsyncRequest( @@ -4089,8 +4113,9 @@ public static class PutBucketACLOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketCNAMEOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/cname/put_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketCNAMEOutput putCNAME(PutBucketCNAMEInput input) throws QSException { @@ -4111,7 +4136,7 @@ public PutBucketCNAMEOutput putCNAME(PutBucketCNAMEInput input) throws QSExcepti * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/put_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putCNAMERequest(PutBucketCNAMEInput input) @@ -4146,7 +4171,7 @@ public RequestHandler putCNAMERequest(PutBucketCNAMEInput * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/put_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putCNAMEAsync( @@ -4166,7 +4191,7 @@ public void putCNAMEAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cname/put_cname.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cname/put_cname/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putCNAMEAsyncRequest( @@ -4304,8 +4329,9 @@ public static class PutBucketCNAMEOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketCORSOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/cors/put_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketCORSOutput putCORS(PutBucketCORSInput input) throws QSException { @@ -4326,7 +4352,7 @@ public PutBucketCORSOutput putCORS(PutBucketCORSInput input) throws QSException * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/put_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putCORSRequest(PutBucketCORSInput input) @@ -4361,7 +4387,7 @@ public RequestHandler putCORSRequest(PutBucketCORSInput inp * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/put_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putCORSAsync( @@ -4381,7 +4407,7 @@ public void putCORSAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/cors/put_cors.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/cors/put_cors/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putCORSAsyncRequest( @@ -4483,8 +4509,8 @@ public static class PutBucketCORSOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketExternalMirrorOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/put_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/ * */ @SuppressWarnings({"rawtypes", "unchecked"}) @@ -4507,7 +4533,7 @@ public PutBucketExternalMirrorOutput putExternalMirror(PutBucketExternalMirrorIn * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/put_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putExternalMirrorRequest( @@ -4542,7 +4568,7 @@ public RequestHandler putExternalMirrorRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/put_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putExternalMirrorAsync( @@ -4563,7 +4589,7 @@ public void putExternalMirrorAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/external_mirror/put_external_mirror.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/external_mirror/put_external_mirror/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putExternalMirrorAsyncRequest( @@ -4662,8 +4688,9 @@ public static class PutBucketExternalMirrorOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketLifecycleOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/put_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketLifecycleOutput putLifecycle(PutBucketLifecycleInput input) throws QSException { @@ -4684,7 +4711,7 @@ public PutBucketLifecycleOutput putLifecycle(PutBucketLifecycleInput input) thro * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/put_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putLifecycleRequest( @@ -4719,7 +4746,7 @@ public RequestHandler putLifecycleRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/put_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putLifecycleAsync( @@ -4739,7 +4766,7 @@ public void putLifecycleAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/lifecycle/put_lifecycle.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/lifecycle/put_lifecycle/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putLifecycleAsyncRequest( @@ -4841,8 +4868,9 @@ public static class PutBucketLifecycleOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketLoggingOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/logging/put_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketLoggingOutput putLogging(PutBucketLoggingInput input) throws QSException { @@ -4863,7 +4891,7 @@ public PutBucketLoggingOutput putLogging(PutBucketLoggingInput input) throws QSE * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/put_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putLoggingRequest(PutBucketLoggingInput input) @@ -4898,7 +4926,7 @@ public RequestHandler putLoggingRequest(PutBucketLogging * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/put_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putLoggingAsync( @@ -4918,7 +4946,7 @@ public void putLoggingAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/logging/put_logging.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/logging/put_logging/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putLoggingAsyncRequest( @@ -5036,8 +5064,9 @@ public static class PutBucketLoggingOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketNotificationOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/notification/put_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketNotificationOutput putNotification(PutBucketNotificationInput input) @@ -5059,7 +5088,7 @@ public PutBucketNotificationOutput putNotification(PutBucketNotificationInput in * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/put_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putNotificationRequest( @@ -5094,7 +5123,7 @@ public RequestHandler putNotificationRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/put_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putNotificationAsync( @@ -5115,7 +5144,7 @@ public void putNotificationAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/notification/put_notification.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/notification/put_notification/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putNotificationAsyncRequest( @@ -5218,8 +5247,9 @@ public static class PutBucketNotificationOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketPolicyOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/policy/put_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketPolicyOutput putPolicy(PutBucketPolicyInput input) throws QSException { @@ -5240,7 +5270,7 @@ public PutBucketPolicyOutput putPolicy(PutBucketPolicyInput input) throws QSExce * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/policy/put_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putPolicyRequest(PutBucketPolicyInput input) @@ -5275,7 +5305,7 @@ public RequestHandler putPolicyRequest(PutBucketPolicyInp * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/policy/put_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putPolicyAsync( @@ -5295,7 +5325,7 @@ public void putPolicyAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/policy/put_policy.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/policy/put_policy/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putPolicyAsyncRequest( @@ -5397,8 +5427,9 @@ public static class PutBucketPolicyOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketReplicationOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/replication/put_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketReplicationOutput putReplication(PutBucketReplicationInput input) @@ -5420,7 +5451,7 @@ public PutBucketReplicationOutput putReplication(PutBucketReplicationInput input * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/put_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putReplicationRequest( @@ -5455,7 +5486,7 @@ public RequestHandler putReplicationRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/put_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putReplicationAsync( @@ -5475,7 +5506,7 @@ public void putReplicationAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/replication/put_replication.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/replication/put_replication/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putReplicationAsyncRequest( @@ -5577,8 +5608,9 @@ public static class PutBucketReplicationOutput extends OutputModel {} * @param input input * @throws QSException exception * @return PutBucketVersioningOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/bucket/put_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutBucketVersioningOutput putVersioning(PutBucketVersioningInput input) @@ -5600,7 +5632,7 @@ public PutBucketVersioningOutput putVersioning(PutBucketVersioningInput input) * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putVersioningRequest( @@ -5635,7 +5667,7 @@ public RequestHandler putVersioningRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putVersioningAsync( @@ -5655,7 +5687,7 @@ public void putVersioningAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/bucket/put_versioning.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/bucket/version/put_version/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putVersioningAsyncRequest( @@ -5768,8 +5800,9 @@ public static class PutBucketVersioningOutput extends OutputModel {} * @param input input * @throws QSException exception * @return AbortMultipartUploadOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/abort_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public AbortMultipartUploadOutput abortMultipartUpload( @@ -5792,7 +5825,7 @@ public AbortMultipartUploadOutput abortMultipartUpload( * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/abort_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler abortMultipartUploadRequest( @@ -5832,7 +5865,7 @@ public RequestHandler abortMultipartUploadRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/abort_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void abortMultipartUploadAsync( @@ -5856,7 +5889,7 @@ public void abortMultipartUploadAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/abort_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/abort/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler abortMultipartUploadAsyncRequest( @@ -5939,8 +5972,8 @@ public static class AbortMultipartUploadOutput extends OutputModel {} * @param input input * @throws QSException exception * @return AppendObjectOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/append.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public AppendObjectOutput appendObject(String objectName, AppendObjectInput input) @@ -5963,7 +5996,7 @@ public AppendObjectOutput appendObject(String objectName, AppendObjectInput inpu * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/append.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler appendObjectRequest( @@ -6003,7 +6036,7 @@ public RequestHandler appendObjectRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/append.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void appendObjectAsync( @@ -6026,7 +6059,7 @@ public void appendObjectAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/append.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/append/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler appendObjectAsyncRequest( @@ -6239,8 +6272,9 @@ public Long getXQSNextAppendPosition() { * @param input input * @throws QSException exception * @return CompleteMultipartUploadOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/complete_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public CompleteMultipartUploadOutput completeMultipartUpload( @@ -6263,7 +6297,7 @@ public CompleteMultipartUploadOutput completeMultipartUpload( * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/complete_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler completeMultipartUploadRequest( @@ -6303,7 +6337,7 @@ public RequestHandler completeMultipartUploadRequ * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/complete_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void completeMultipartUploadAsync( @@ -6327,7 +6361,7 @@ public void completeMultipartUploadAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/complete_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/complete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler completeMultipartUploadAsyncRequest( @@ -6556,8 +6590,9 @@ public String getXQSEncryptionCustomerAlgorithm() { * @param input input * @throws QSException exception * @return DeleteObjectOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public DeleteObjectOutput deleteObject(String objectName, DeleteObjectInput input) @@ -6580,7 +6615,7 @@ public DeleteObjectOutput deleteObject(String objectName, DeleteObjectInput inpu * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteObjectRequest( @@ -6620,7 +6655,7 @@ public RequestHandler deleteObjectRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void deleteObjectAsync( @@ -6643,7 +6678,7 @@ public void deleteObjectAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/delete.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/delete/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler deleteObjectAsyncRequest( @@ -6752,8 +6787,9 @@ public String getXQSVersionId() { * @param input input * @throws QSException exception * @return GetObjectOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public GetObjectOutput getObject(String objectName, GetObjectInput input) throws QSException { @@ -6775,7 +6811,7 @@ public GetObjectOutput getObject(String objectName, GetObjectInput input) throws * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getObjectRequest(String objectName, GetObjectInput input) @@ -6815,7 +6851,7 @@ public RequestHandler getObjectRequest(String objectName, GetOb * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void getObjectAsync( @@ -6836,7 +6872,7 @@ public void getObjectAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler getObjectAsyncRequest( @@ -7418,8 +7454,9 @@ public String getXQSVersionId() { * @param input input * @throws QSException exception * @return HeadObjectOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public HeadObjectOutput headObject(String objectName, HeadObjectInput input) @@ -7442,7 +7479,7 @@ public HeadObjectOutput headObject(String objectName, HeadObjectInput input) * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler headObjectRequest( @@ -7482,7 +7519,7 @@ public RequestHandler headObjectRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void headObjectAsync( @@ -7503,7 +7540,7 @@ public void headObjectAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/head.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/head/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler headObjectAsyncRequest( @@ -7865,8 +7902,9 @@ public String getXQSVersionId() { * @param input input * @throws QSException exception * @return ImageProcessOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/data_process/image_process/index.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public ImageProcessOutput imageProcess(String objectName, ImageProcessInput input) @@ -7889,7 +7927,7 @@ public ImageProcessOutput imageProcess(String objectName, ImageProcessInput inpu * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/data_process/image_process/index.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler imageProcessRequest( @@ -7929,7 +7967,7 @@ public RequestHandler imageProcessRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/data_process/image_process/index.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void imageProcessAsync( @@ -7952,7 +7990,7 @@ public void imageProcessAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/data_process/image_process/index.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler imageProcessAsyncRequest( @@ -8162,8 +8200,9 @@ public Long getContentLength() { * @param input input * @throws QSException exception * @return InitiateMultipartUploadOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/initiate_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public InitiateMultipartUploadOutput initiateMultipartUpload( @@ -8186,7 +8225,7 @@ public InitiateMultipartUploadOutput initiateMultipartUpload( * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/initiate_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler initiateMultipartUploadRequest( @@ -8226,7 +8265,7 @@ public RequestHandler initiateMultipartUploadRequ * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/initiate_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void initiateMultipartUploadAsync( @@ -8250,7 +8289,7 @@ public void initiateMultipartUploadAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/initiate_multipart_upload.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/initiate/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler initiateMultipartUploadAsyncRequest( @@ -8474,8 +8513,9 @@ public String getXQSEncryptionCustomerAlgorithm() { * @param input input * @throws QSException exception * @return ListMultipartOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/list_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public ListMultipartOutput listMultipart(String objectName, ListMultipartInput input) @@ -8498,7 +8538,7 @@ public ListMultipartOutput listMultipart(String objectName, ListMultipartInput i * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/list_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listMultipartRequest( @@ -8538,7 +8578,7 @@ public RequestHandler listMultipartRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/list_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void listMultipartAsync( @@ -8561,7 +8601,7 @@ public void listMultipartAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/list_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/list/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listMultipartAsyncRequest( @@ -8694,8 +8734,9 @@ public List getObjectParts() { * @param input input * @throws QSException exception * @return OptionsObjectOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/options.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public OptionsObjectOutput optionsObject(String objectName, OptionsObjectInput input) @@ -8718,7 +8759,7 @@ public OptionsObjectOutput optionsObject(String objectName, OptionsObjectInput i * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/options.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler optionsObjectRequest( @@ -8758,7 +8799,7 @@ public RequestHandler optionsObjectRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/options.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void optionsObjectAsync( @@ -8781,7 +8822,7 @@ public void optionsObjectAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/options.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/options_object/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler optionsObjectAsyncRequest( @@ -8952,8 +8993,9 @@ public String getAccessControlMaxAge() { * @param input input * @throws QSException exception * @return PutObjectOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public PutObjectOutput putObject(String objectName, PutObjectInput input) throws QSException { @@ -8975,7 +9017,7 @@ public PutObjectOutput putObject(String objectName, PutObjectInput input) throws * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putObjectRequest(String objectName, PutObjectInput input) @@ -9015,7 +9057,7 @@ public RequestHandler putObjectRequest(String objectName, PutOb * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void putObjectAsync( @@ -9036,7 +9078,7 @@ public void putObjectAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/put.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/basic_opt/put/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler putObjectAsyncRequest( @@ -9544,8 +9586,9 @@ public String getXQSVersionId() { * @param input input * @throws QSException exception * @return UploadMultipartOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/object/multipart/upload_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/ + * */ @SuppressWarnings({"rawtypes", "unchecked"}) public UploadMultipartOutput uploadMultipart(String objectName, UploadMultipartInput input) @@ -9568,7 +9611,7 @@ public UploadMultipartOutput uploadMultipart(String objectName, UploadMultipartI * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/multipart/upload_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler uploadMultipartRequest( @@ -9608,7 +9651,7 @@ public RequestHandler uploadMultipartRequest( * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/object/multipart/upload_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void uploadMultipartAsync( @@ -9632,7 +9675,7 @@ public void uploadMultipartAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/object/multipart/upload_multipart.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/multipart/upload/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler uploadMultipartAsyncRequest( @@ -10056,7 +10099,7 @@ public String getXQSEncryptionCustomerAlgorithm() { * @param expires time to expire * @return signature url * @throws QSException exception Documentation URL: https://docs.qingcloud.com/qingstor/api/common/signature.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ */ public String GetObjectSignatureUrl(String objectName, long expires) throws QSException { RequestHandler requestHandler = @@ -10070,7 +10113,7 @@ public String GetObjectSignatureUrl(String objectName, long expires) throws QSEx * @param expires Relative current time,the second when this quert sign expires * @return request handle * @throws QSException exception Documentation URL: https://docs.qingcloud.com/qingstor/api/common/signature.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler GetObjectBySignatureUrlRequest( @@ -10164,7 +10207,7 @@ public void GetObjectBySignatureUrlAsync( * @param expires expires * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/data_process/image_process/index.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler imageProcessExpiredUrlRequest( diff --git a/src/main/java/com/qingstor/sdk/service/QingStor.java b/src/main/java/com/qingstor/sdk/service/QingStor.java index 0dc9c4b2..414ca8cf 100644 --- a/src/main/java/com/qingstor/sdk/service/QingStor.java +++ b/src/main/java/com/qingstor/sdk/service/QingStor.java @@ -58,8 +58,8 @@ public Bucket getBucket(String bucketName, String zone) { * @param input input * @throws QSException exception * @return ListBucketsOutput output stream Documentation URL: - * https://docs.qingcloud.com/qingstor/api/service/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/"> + * https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public ListBucketsOutput listBuckets(ListBucketsInput input) throws QSException { @@ -80,7 +80,7 @@ public ListBucketsOutput listBuckets(ListBucketsInput input) throws QSException * @param input input * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/service/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listBucketsRequest(ListBucketsInput input) @@ -110,7 +110,7 @@ public RequestHandler listBucketsRequest(ListBucketsInput inp * @param callback response callback * @throws QSException exception *

Documentation URL: https://docs.qingcloud.com/qingstor/api/service/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public void listBucketsAsync( @@ -130,7 +130,7 @@ public void listBucketsAsync( * @param callback response callback * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/api/service/get.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/service/get/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler listBucketsAsyncRequest( diff --git a/src/main/java/com/qingstor/sdk/utils/QSServerSignatureUtil.java b/src/main/java/com/qingstor/sdk/utils/QSServerSignatureUtil.java index c2ad84c4..23c9e13e 100644 --- a/src/main/java/com/qingstor/sdk/utils/QSServerSignatureUtil.java +++ b/src/main/java/com/qingstor/sdk/utils/QSServerSignatureUtil.java @@ -25,8 +25,8 @@ public class QSServerSignatureUtil { * @param strToSign: strToSign * @return a string which can be used as value of HTTP request header field "Authorization" * directly. - *

See https://docs.qingcloud.com/qingstor/api/common/signature.html for more details - * about how to do signature of request against QingStor. + *

See https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ for + * more details about how to do signature of request against QingStor. */ public static String generateAuthorization( String accessKey, String secretKey, String strToSign) { @@ -39,7 +39,8 @@ public static String generateAuthorization( * @param secretKey API secret access key ID * @param strToSign string to sign * @return signature - *

See https://docs.qingcloud.com/qingstor/api/common/signature.html for more details + *

See https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ for + * more details */ public static String generateSignature(String secretKey, String strToSign) { return QSSignatureUtil.generateSignature(secretKey, strToSign); diff --git a/src/main/java/com/qingstor/sdk/utils/QSSignatureUtil.java b/src/main/java/com/qingstor/sdk/utils/QSSignatureUtil.java index 82dc7861..ec7180cc 100644 --- a/src/main/java/com/qingstor/sdk/utils/QSSignatureUtil.java +++ b/src/main/java/com/qingstor/sdk/utils/QSSignatureUtil.java @@ -133,7 +133,7 @@ public static String generateQSURL(Map parameters, String reques * @return a string which can be used as value of HTTP request header field "Authorization" * directly. *

See https://docs.qingcloud.com/qingstor/api/common/signature.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ * for more details about how to do signature of request against QingStor. */ public static String generateAuthorization( @@ -156,7 +156,7 @@ public static String generateAuthorization( * @return a string which can be used as value of HTTP request header field "Authorization" * directly. *

See https://docs.qingcloud.com/qingstor/api/common/signature.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ * for more details about how to do signature of request against QingStor. */ public static String generateAuthorization( @@ -176,7 +176,7 @@ public static String generateAuthorization( * @return a string which can be used as value of HTTP request header field "Authorization" * directly. *

See https://docs.qingcloud.com/qingstor/api/common/signature.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ * for more details about how to do signature of request against QingStor. */ public static String generateSignature( diff --git a/template/sub_services.tmpl b/template/sub_services.tmpl index 80f2ace4..f5786b28 100644 --- a/template/sub_services.tmpl +++ b/template/sub_services.tmpl @@ -72,7 +72,7 @@ public class Bucket { * @param expires time to expire * @return signature url * @throws QSException exception - * Documentation URL: https://docs.qingcloud.com/qingstor/api/common/signature.html + * Documentation URL: https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ */ public String GetObjectSignatureUrl(String objectName, long expires) throws QSException { RequestHandler requestHandler = this.GetObjectBySignatureUrlRequest(objectName, null, expires); @@ -85,7 +85,7 @@ public class Bucket { * @param expires Relative current time,the second when this quert sign expires * @return request handle * @throws QSException exception - * Documentation URL: https://docs.qingcloud.com/qingstor/api/common/signature.html + * Documentation URL: https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/signature/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler GetObjectBySignatureUrlRequest(String objectName, GetObjectInput input, long expires) @@ -181,7 +181,7 @@ public class Bucket { * @param expires expires * @throws QSException exception * @return RequestHandler http request handler Documentation URL: https://docs.qingcloud.com/qingstor/data_process/image_process/index.html + * href="https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/">https://docsv4.qingcloud.com/user_guide/storage/object_storage/api/object/image_process/ */ @SuppressWarnings({"rawtypes", "unchecked"}) public RequestHandler imageProcessExpiredUrlRequest(String objectName, ImageProcessInput input, long expires)