Skip to content

Commit

Permalink
docs: update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Oct 17, 2024
1 parent ebcda2e commit 42c0e44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.2.0 - 2024-10-17

- Refactor all credentials providers.

## 1.1.3 - 2020-12-24

- Require guzzle ^6.3|^7.0
Expand Down
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $config = new Config([
'roleSessionName' => '<role_session_name>',
// 设置更小的权限策略,非必填。示例值:{"Statement": [{"Action": ["*"],"Effect": "Allow","Resource": ["*"]}],"Version":"1"}
'policy' => '',
# 设置session过期时间
// 设置session过期时间,非必填。
'roleSessionExpiration' => 3600,
]);
$client = new Credential($config);
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $config = new Config([
'roleSessionName' => '<role_session_name>',
// Optional. Specify limited permissions for the RAM role. Example: {"Statement": [{"Action": ["*"],"Effect": "Allow","Resource": ["*"]}],"Version":"1"}.
'policy' => '',
# Specify the expiration of the session
// Optional. Specify the expiration of the session
'roleSessionExpiration' => 3600,
]);
$client = new Credential($config);
Expand Down

0 comments on commit 42c0e44

Please sign in to comment.