Skip to content

Commit

Permalink
Add POST to transparent S3 api
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Sarbinowski <[email protected]>
  • Loading branch information
Pawel Sarbinowski committed Feb 3, 2022
1 parent 7a4731c commit c2bb85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func runServer() {
})
router.GET("/:bucket/*key", transparentS3Get)
router.PUT("/:bucket/*key", transparentS3Put)
router.POST("/:bucket/*key", transparentS3Put)
router.DELETE("/:bucket/*key", transparentS3Delete)
}

Expand Down

0 comments on commit c2bb85a

Please sign in to comment.