Skip to content

Commit

Permalink
Merge pull request #1324 from rhumie/patch-1
Browse files Browse the repository at this point in the history
表現を微修正
  • Loading branch information
ma91n authored Jul 5, 2024
2 parents dc35271 + a29d229 commit c1c43bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fmt.Printf("the HTTP header is: %v\n", presign.SignedHeader)

ファイルが正常にアップロードされた後に、ファイルのメタデータ(例. ファイルパス、ファイルサイズ、アップロード時刻など)をバックエンドに登録します。
この手順は必須ではありませんが、多くのケースにおいて必要となるでしょう。
例えば、ユーザがプロフィール画像を更新する場合、画像のアップロードが完了した後に、ユーザIDに紐づくプロフィール画像のファイルパスを更新する必要があります
例えば、ユーザがプロフィールを登録する場合、プロフィール画像のアップロードが完了した後に、ユーザのプロフィール情報(例. 名前や年齢など)と画像パスをAPIで登録するケースが想定されます

## 設計上のポイント

Expand Down

0 comments on commit c1c43bc

Please sign in to comment.