Skip to content

Commit

Permalink
examples: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Aug 28, 2023
1 parent f505e49 commit f661ef7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/rrsa/go-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# golang-sdk
# go-sdk

Using [Alibaba Could Go SDK](https://github.com/aliyun/alibabacloud-go-sdk) with RRSA Auth.

## Usage

Expand Down
3 changes: 3 additions & 0 deletions examples/rrsa/java-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# java-sdk

Using [Alibaba Could Java SDK](https://github.com/aliyun/alibabacloud-java-sdk) with RRSA Auth.


## Usage

1. Enable RRSA:
Expand Down
2 changes: 1 addition & 1 deletion examples/rrsa/kaniko-in-ack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Running kaniko in ACK:

* build image with kaniko
* push image to the ACR with RRSA
* push image to the ACR with RRSA Auth

## Usage

Expand Down
2 changes: 2 additions & 0 deletions examples/rrsa/nodejs-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# nodejs-sdk

Using [Alibaba Could Node.js/TypeScript SDK](https://github.com/aliyun/alibabacloud-typescript-sdk) with RRSA Auth.

## Usage

1. Enable RRSA:
Expand Down
2 changes: 2 additions & 0 deletions examples/rrsa/oss-go-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# oss-go-sdk

Using [aliyun-oss-go-sdk](https://github.com/aliyun/aliyun-oss-go-sdk) with RRSA Auth.

## Usage

1. Enable RRSA:
Expand Down
2 changes: 2 additions & 0 deletions examples/rrsa/oss-java-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# java-sdk

Using [aliyun-oss-java-sdk](https://github.com/aliyun/aliyun-oss-java-sdk) with RRSA Auth.

## Usage

1. Enable RRSA:
Expand Down
2 changes: 2 additions & 0 deletions examples/rrsa/python3-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# python3-sdk

Using [Alibaba Could Python 3 SDK](https://github.com/aliyun/alibabacloud-python-sdk) with RRSA Auth.

## Usage

1. Enable RRSA:
Expand Down

0 comments on commit f661ef7

Please sign in to comment.