Skip to content

[Refactoring] Implements third-party middleware for image file storag #4

@Hyeon-Uk

Description

@Hyeon-Uk

What's Problem?

This service stores images in the project folder.
This may cause problems.

  1. During scale-out, you must find the path to the service where you saved the file.
  2. It is possible that each time a service is restarted, the route will be changed by Tomcat.

How?

  • I will use S3 to save file easier.
  • Make Interface to save image file to change other third-party middleware for image file storage easier.

Expected!

  • Increase saving performance with third-party middleware API
  • Cost Efficiency
  • Scalability

Metadata

Metadata

Assignees

Labels

RefactoringRefactoring for Good Code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions