root 2 年之前
父节点
当前提交
b00e70a62b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/data/blob.ts

+ 1 - 1
src/data/blob.ts

@@ -243,7 +243,7 @@ export const Upload_AWS = async (file: Blob | File): Promise<DataURL> => {
     if (file) {
       const _name = file.name || "";
       const params = {
-        Bucket: "iwb",
+        Bucket: "ccrb",
         Key: `${_name.split(".")[0] + new Date().getTime()}.` + `png`,
         ContentType: file.type,
         "Access-Control-Allow-Credentials": "*",