Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change template name #287

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ ROS 模板的示例和最佳实践。模板分类如下:
|------------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------- |
| [add-signatures-on-server-configure-upload-callback.yml](./documents/help/oss/add-signatures-on-server-configure-upload-callback.yml) | 在服务端通过Java代码完成签名,并且设置上传回调,然后通过表单直传数据到OSS。 |
| [add-signatures-on-the-client-by-using-JS-and-upload-data.yml](./documents/help/oss/add-signatures-on-the-client-by-using-JS-and-upload-data.yml) | 基于POST Policy的使用规则在客户端通过JavaScript代码完成签名,然后通过表单直传数据到OSS。 |
| [obtain-signature-information-from-the-server-and-upload-data-to-oss.yml](documents/help/oss/obtain-signature-information-from-the-server-and-upload-data-to-oss.yml) | 从服务器获取签名信息并上传数据到OSS。|
| [server-signs-and-directly-transmits-to-oss.yml](documents/help/oss/server-signs-and-directly-transmits-to-oss.yml) | 从服务器获取签名信息并上传数据到OSS。|
| [mobile-application-direct-transmission-service.yml](./documents/help/oss/mobile-application-direct-transmission-service.yml) | 开通STS服务并配置应用服务器,通过输出的服务器地址可以获取临时的Token。|
| [cdn-speeds-up-oss-access.yml](./documents/help/oss/cdn-speeds-up-oss-access.yml) | 使用CDN添加域名并解析域名,实现加速OSS的访问。 |
| [use-function-compute-to-download-multiple-objects-as-a-package.yml](./documents/help/oss/use-function-compute-to-download-multiple-objects-as-a-package.yml) | 使用函数计算将对象存储OSS上多个文件(Object)打包下载到本地。 |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Examples and best practices of ROS templates. The templates are categorized as f
|------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| [add-signatures-on-server-configure-upload-callback.yml](./documents/help/oss/add-signatures-on-server-configure-upload-callback.yml) | Calculate signatures in Java on the server, configure upload callbacks, and upload data to OSS. |
| [add-signatures-on-the-client-by-using-JS-and-upload-data.yml](./documents/help/oss/add-signatures-on-the-client-by-using-JS-and-upload-data.yml) | Use JavaScript to add signatures on the client based on POST policies and then upload data to OSS. |
| [obtain-signature-information-from-the-server-and-upload-data-to-oss.yml](documents/help/oss/obtain-signature-information-from-the-server-and-upload-data-to-oss.yml) | Obtain signature information from the server and upload data to OSS. |
| [server-signs-and-directly-transmits-to-oss.yml](documents/help/oss/server-signs-and-directly-transmits-to-oss.yml) | Obtain signature information from the server and upload data to OSS. |
| [mobile-application-direct-transmission-service.yml](./documents/help/oss/mobile-application-direct-transmission-service.yml) | Enable the STS service and configure the application server. You can obtain a temporary Token through the output server address. |
| [cdn-speeds-up-oss-access.yml](./documents/help/oss/cdn-speeds-up-oss-access.yml) | Use CDN to add domain names and resolve domain names to accelerate access to OSS. |
| [use-function-compute-to-download-multiple-objects-as-a-package.yml](./documents/help/oss/use-function-compute-to-download-multiple-objects-as-a-package.yml) | Use Function Compute to download multiple objects as a package to an on-premises device. |
Expand Down
Loading