zamis hace 5 años
padre
commit
7279ec96f6
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/server/service/file-uploader/aws.js

+ 0 - 2
src/server/service/file-uploader/aws.js

@@ -119,7 +119,6 @@ module.exports = function(crowi) {
     if (!this.getIsUploadable()) {
       throw new Error('AWS is not configured.');
     }
-
     const s3 = S3Factory();
     const awsConfig = getAwsConfig();
 
@@ -131,7 +130,6 @@ module.exports = function(crowi) {
       Bucket: awsConfig.bucket,
       Delete: { Objects: filePaths },
     };
-
     return s3.deleteObjects(totalParams).promise();
   };