Skip to content

Commit

Permalink
chore: opt doc describes (#1187)
Browse files Browse the repository at this point in the history
Co-authored-by: Undefined <[email protected]>
  • Loading branch information
taotao7 and PeterRao authored Jul 6, 2023
1 parent c035f17 commit 0dd31dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@ options:
- accessKeySecret {String} access secret you create
- [stsToken] {String} used by temporary authorization, detail [see](https://www.alibabacloud.com/help/doc-detail/32077.htm)
- [refreshSTSToken] {Function} used by auto set `stsToken``accessKeyId``accessKeySecret` when sts info expires. return value must be object contains `stsToken``accessKeyId``accessKeySecret`
- [refreshSTSTokenInterval] {number} use time (ms) of refresh STSToken interval it should be
less than sts info expire interval, default is 300000ms(5min)
when sts info expires. return value must be object contains `stsToken``accessKeyId``accessKeySecret`
- [refreshSTSTokenInterval] {number} use time (ms) of refresh STSToken interval it should be less than sts info expire interval, default is 300000ms(5min)
- [bucket] {String} the default bucket you want to access
If you don't have any bucket, please use `putBucket()` create one first.
- [endpoint] {String} oss region domain. It takes priority over `region`. Set as extranet domain name, intranet domain name, accelerated domain name, etc. according to different needs. please see [endpoints](https://www.alibabacloud.com/help/doc-detail/31837.htm)
Expand Down

0 comments on commit 0dd31dd

Please sign in to comment.