-
Notifications
You must be signed in to change notification settings - Fork 1
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
バックエンドサーバーにMinioクライアント追加 #912
Conversation
// 画像をアップロード | ||
func (or *objectUploadRepository) UploadFile(c context.Context, file *multipart.FileHeader) error { | ||
size := file.Size | ||
fileName := "/2024/receipts/" + file.Filename |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[imo]
https://qiita.com/ajitama/items/3a168ee249dcd115f9ca
これとかtimeとかで年度を勝手に取得できたらよさげだと思いました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正しました
保存先ディレクトリを年度で指定
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応Issue
resolve #0
概要
/upload_file
画面スクリーンショット等
テスト項目
備考