aboutsummaryrefslogtreecommitdiff
path: root/core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala
diff options
context:
space:
mode:
Diffstat (limited to 'core-storage/src/main/scala/xyz/driver/core/storage/AliyunBlobStorage.scala')
-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"