jeffminsungkim / nestjs-multer-extended

💪 Extended MulterModule for NestJS with flexible S3 upload and helpful features
MIT License
203 stars 47 forks source link

Original file not getting saved #544

Closed sandesh-bhoir closed 2 years ago

sandesh-bhoir commented 2 years ago
@Post('upload')
@UseInterceptors(
  AmazonS3FileInterceptor('file', {
    resizeMultiple: [
      { suffix: 'sm', width: 200, height: 200 },
      { suffix: 'md', width: 300, height: 300 },
      { suffix: 'lg', width: 400, height: 400 },
    ],
  }
)
uploadFile(@UploadedFile() file) {
  console.log(file);
}

Above code does not save original image to s3. I require original image as well to get saved along with those 3 images (sm, md, lg), so what will be the required modification in above code? Kindly assist..

stale[bot] commented 2 years ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

sandesh-bhoir commented 2 years ago

To concerned

It still requires the community's attention, there hasn't been any activity on it since it was raised.

On Fri, Aug 12, 2022 at 7:29 AM stale[bot] @.***> wrote:

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

— Reply to this email directly, view it on GitHub https://github.com/jeffminsungkim/nestjs-multer-extended/issues/544#issuecomment-1212657453, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASYTAD2GSYFZQIFEGX7CJMTVYWVZZANCNFSM525CY54Q . You are receiving this because you authored the thread.Message ID: @.***>

--

Sandesh Bhoir | Project Manager | Eiosys Pvt. Ltd.

Mobile: +91-9664286632 | @. @.> | https://www.eiosys.com

sandesh-bhoir commented 2 years ago

Hello wave, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

It still requires the community's attention, there hasn't been any activity on it since it was raised.

stale[bot] commented 2 years ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.

sandesh-bhoir commented 2 years ago

It still require the community's attention!!