mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-10 06:14:22 +00:00
Style fix.
This commit is contained in:
@@ -24,6 +24,7 @@ type ConfigStructure struct {
|
|||||||
S3PublishRoots map[string]S3PublishRoot `json:"S3PublishRoots"`
|
S3PublishRoots map[string]S3PublishRoot `json:"S3PublishRoots"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// S3PublishRoot describes single S3 publishing entry point
|
||||||
type S3PublishRoot struct {
|
type S3PublishRoot struct {
|
||||||
Region string `json:"region"`
|
Region string `json:"region"`
|
||||||
Bucket string `json:"bucket"`
|
Bucket string `json:"bucket"`
|
||||||
|
|||||||
Reference in New Issue
Block a user