Skip to content

Commit

Permalink
s3upload: update api to new prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phwissmann committed Jan 7, 2025
1 parent b80d6c5 commit f9a7708
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions internal/s3upload/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions internal/s3upload/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
servers:
- url: /
paths:
/presignedUrls:
/s3/presignedUrls:
post:
operationId: get_presigned_urls
requestBody:
Expand Down Expand Up @@ -37,7 +37,7 @@ paths:
summary: Get Presigned Urls
tags:
- presignedUrls
/completeUpload:
/s3/completeUpload:
post:
operationId: complete_upload
requestBody:
Expand Down Expand Up @@ -68,7 +68,7 @@ paths:
summary: Complete Upload
tags:
- presignedUrls
/abortMultipartUpload:
/s3/abortMultipartUpload:
post:
operationId: abort_multipart_upload
requestBody:
Expand Down

0 comments on commit f9a7708

Please sign in to comment.