From 1fcf4d39683c39acbf4523480ff63247aae47508 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Wed, 12 Sep 2018 17:14:53 -0700 Subject: Add project to AliCloud platform --- .../src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core-storage') diff --git a/core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala b/core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala index e40a83e..388b8f5 100644 --- a/core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala +++ b/core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala @@ -99,7 +99,7 @@ object AliyunBlobStorage { this(clientId, clientSecret, endpoint, bucketId, clock) } - def apply(clientId: String, clientSecret: String, region: String, bucketId: String, cloxk: Clock)( + def apply(clientId: String, clientSecret: String, region: String, bucketId: String, clock: Clock)( implicit ec: ExecutionContext): AliyunBlobStorage = { // https://www.alibabacloud.com/help/doc-detail/31837.htm val endpoint = s"https://oss-$region.aliyuncs.com" -- cgit v1.2.3