From 1f5739e2d832b840dc41ebeecc01148fdb7f98d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B3=B0=E9=A9=B0?= Date: Wed, 25 Jul 2018 10:16:26 +0800 Subject: [PATCH] update key name in core.d.ts --- lib/core.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core.d.ts b/lib/core.d.ts index f04f27a..ebbf082 100644 --- a/lib/core.d.ts +++ b/lib/core.d.ts @@ -37,6 +37,6 @@ declare namespace Core { endpoint: string; apiVersion: string; accessKeyId: string; - secretAccessKey: string; + accessKeySecret: string; } }