aboutsummaryrefslogtreecommitdiff
path: root/core-storage
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2018-09-12 17:14:53 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-09 18:59:24 -0700
commit1fcf4d39683c39acbf4523480ff63247aae47508 (patch)
treebff24f91a6382ab5e71461a702d4e3f9ad18970c /core-storage
parent3557098f101745cd6be32527f1c628e9d6d9959d (diff)
downloaddriver-core-1fcf4d39683c39acbf4523480ff63247aae47508.tar.gz
driver-core-1fcf4d39683c39acbf4523480ff63247aae47508.tar.bz2
driver-core-1fcf4d39683c39acbf4523480ff63247aae47508.zip
Add project to AliCloud platformv2.0.0-M3
Diffstat (limited to 'core-storage')
-rw-r--r--core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala2
1 files changed, 1 insertions, 1 deletions
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"