Fix comment in CloudConfig s/Name/Service

This commit is contained in:
ampsingram 2019-01-23 10:30:19 -05:00
parent 0dea245978
commit d6ea2296e8

View File

@ -572,13 +572,13 @@ type CloudConfig struct {
DisableStrictZoneCheck bool DisableStrictZoneCheck bool
} }
// [ServiceOverride "1"] // [ServiceOverride "1"]
// Name = s3 // Service = s3
// Region = region1 // Region = region1
// Url = https://s3.foo.bar // Url = https://s3.foo.bar
// SigningRegion = signing_region // SigningRegion = signing_region
// //
// [ServiceOverride "2"] // [ServiceOverride "2"]
// Name = ec2 // Service = ec2
// Region = region2 // Region = region2
// Url = https://ec2.foo.bar // Url = https://ec2.foo.bar
// SigningRegion = signing_region // SigningRegion = signing_region