2
0
Syunsuke Komma 3 жил өмнө
parent
commit
c52b36f48f

+ 1 - 1
packages/app/src/server/service/g2g-transfer.ts

@@ -201,7 +201,7 @@ export class G2GTransferReceiverService implements Receiver {
       customEndpoint: undefined,
     };
 
-    // put storage location info to check identificat
+    // put storage location info to check storage identification
     switch (attachmentInfo.type) {
       case 'aws':
         attachmentInfo.bucket = configManager.getConfig('crowi', 'aws:s3Bucket');