tttol / mos3

MOS3 - My Own S3. Mock application for Amazon S3.
MIT License
0 stars 0 forks source link

put.goのエラーメッセージがクライアント側で表示されない #2

Open tttol opened 4 weeks ago

tttol commented 4 weeks ago
    file, err := os.Create(savePath)
    if err != nil {
        http.Error(w, "Failed to create file", http.StatusInternalServerError)
        return
    }
null (Service: S3, Status Code: 400, Request ID: null)

put.goで返した"Failed to create file"というメッセージがクライアント側で表示されない問題を調査する。