mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
s3 api: get publish root list
This commit is contained in:
@@ -140,6 +140,10 @@ func Router(c *ctx.AptlyContext) http.Handler {
|
||||
api.POST("/gpg/key", apiGPGAddKey)
|
||||
}
|
||||
|
||||
{
|
||||
api.GET("/s3", apiS3List)
|
||||
}
|
||||
|
||||
{
|
||||
api.GET("/files", apiFilesListDirs)
|
||||
api.POST("/files/:dir", apiFilesUpload)
|
||||
|
||||
Reference in New Issue
Block a user