From 92f1d85ddc449ce7452f9d52f8b081e6b69c720b Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 27 一月 2021 15:29:08 +0800
Subject: [PATCH] update .gitignore

---
 utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java |  121 +++++++++++++++++++++------------------
 1 files changed, 65 insertions(+), 56 deletions(-)

diff --git a/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java b/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java
index a246589..ab9d5ce 100644
--- a/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java
+++ b/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java
@@ -1,56 +1,65 @@
-package org.yeshi.utils.tencentcloud.entity;
-
-/**
- * 鑵捐浜慍OS鍒濆鍖栧弬鏁�
- * 
- * @author hexiaohui
- *
- */
-public class COSInitParams {
-	private long appId;
-	private String secretId;
-	private String secretKey;
-	// 璁剧疆瑕佹搷浣滅殑bucket
-	private String bucketName;
-	private String region;
-
-	public long getAppId() {
-		return appId;
-	}
-
-	public void setAppId(long appId) {
-		this.appId = appId;
-	}
-
-	public String getSecretId() {
-		return secretId;
-	}
-
-	public void setSecretId(String secretId) {
-		this.secretId = secretId;
-	}
-
-	public String getSecretKey() {
-		return secretKey;
-	}
-
-	public void setSecretKey(String secretKey) {
-		this.secretKey = secretKey;
-	}
-
-	public String getBucketName() {
-		return bucketName;
-	}
-
-	public void setBucketName(String bucketName) {
-		this.bucketName = bucketName;
-	}
-
-	public String getRegion() {
-		return region;
-	}
-
-	public void setRegion(String region) {
-		this.region = region;
-	}
-}
+package org.yeshi.utils.tencentcloud.entity;
+
+/**
+ * 鑵捐浜慍OS鍒濆鍖栧弬鏁�
+ *
+ * @author hexiaohui
+ */
+public class COSInitParams {
+    private long appId;
+    private String secretId;
+    private String secretKey;
+    // 璁剧疆瑕佹搷浣滅殑bucket
+    private String bucketName;
+    private String region;
+    //璁块棶鍩熷悕
+    private String accessHost;
+
+    public long getAppId() {
+        return appId;
+    }
+
+    public void setAppId(long appId) {
+        this.appId = appId;
+    }
+
+    public String getSecretId() {
+        return secretId;
+    }
+
+    public void setSecretId(String secretId) {
+        this.secretId = secretId;
+    }
+
+    public String getSecretKey() {
+        return secretKey;
+    }
+
+    public void setSecretKey(String secretKey) {
+        this.secretKey = secretKey;
+    }
+
+    public String getBucketName() {
+        return bucketName;
+    }
+
+    public void setBucketName(String bucketName) {
+        this.bucketName = bucketName;
+    }
+
+    public String getRegion() {
+        return region;
+    }
+
+    public void setRegion(String region) {
+        this.region = region;
+    }
+
+    public String getAccessHost() {
+        return accessHost;
+    }
+
+    public void setAccessHost(String accessHost) {
+        this.accessHost = accessHost;
+    }
+}

--
Gitblit v1.8.0