Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hyeon-Uk opened this issue Dec 6, 2023 · 0 comments
Open
Assignees
Labels
Refactoring Refactoring for Good Code

Comments

@Hyeon-Uk
Copy link
Owner

Hyeon-Uk commented Dec 6, 2023

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

@Hyeon-Uk Hyeon-Uk added the Refactoring Refactoring for Good Code label Dec 6, 2023
@Hyeon-Uk Hyeon-Uk self-assigned this Dec 6, 2023
@Hyeon-Uk Hyeon-Uk changed the title [Refactor] Implements third-party middleware for image file storage [Refactoring] #Title Dec 6, 2023
@Hyeon-Uk Hyeon-Uk changed the title [Refactoring] #Title [Refactoring] Implements third-party middleware for image file storag Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring Refactoring for Good Code
Projects
None yet
Development

No branches or pull requests

1 participant