Skip to content

Commit

Permalink
Merge pull request #12 from jerichosiahaya/feat/add-response-code-and…
Browse files Browse the repository at this point in the history
…-error
  • Loading branch information
NikhilCodes authored Aug 19, 2023
2 parents d56982a + c3c8283 commit d1fd24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ type FileUploadResponse struct {
Key string `json:"Key"`
Message string `json:"message"`
Data []byte
Code string `json:"statusCode"`
Error string `json:"error"`
}

type SignedUrlResponse struct {
Expand Down

0 comments on commit d1fd24c

Please sign in to comment.