Commit d6ea2296 authored by ampsingram's avatar ampsingram

Fix comment in CloudConfig s/Name/Service

parent 0dea2459
...@@ -572,13 +572,13 @@ type CloudConfig struct { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment