Skip to content

Commit 0dd31dd

Browse files
taotao7PeterRao
andauthoredJul 6, 2023
chore: opt doc describes (#1187)
Co-authored-by: Undefined <peizerao@gmail.com>
1 parent c035f17 commit 0dd31dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,7 @@ options:
323323
- accessKeySecret {String} access secret you create
324324
- [stsToken] {String} used by temporary authorization, detail [see](https://www.alibabacloud.com/help/doc-detail/32077.htm)
325325
- [refreshSTSToken] {Function} used by auto set `stsToken``accessKeyId``accessKeySecret` when sts info expires. return value must be object contains `stsToken``accessKeyId``accessKeySecret`
326-
- [refreshSTSTokenInterval] {number} use time (ms) of refresh STSToken interval it should be
327-
less than sts info expire interval, default is 300000ms(5min)
328-
when sts info expires. return value must be object contains `stsToken``accessKeyId``accessKeySecret`
326+
- [refreshSTSTokenInterval] {number} use time (ms) of refresh STSToken interval it should be less than sts info expire interval, default is 300000ms(5min)
329327
- [bucket] {String} the default bucket you want to access
330328
If you don't have any bucket, please use `putBucket()` create one first.
331329
- [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)

0 commit comments

Comments
 (0)
Please sign in to comment.