blob: 80653f27624031e2f0177276cfeb7fbe881b0392 [file] [log] [blame]
Jon Perrittb5c78122014-10-15 20:44:39 -05001package cdncontainers
2
3import "github.com/rackspace/gophercloud"
4
Jon Perrittb5c78122014-10-15 20:44:39 -05005func enableURL(c *gophercloud.ServiceClient, containerName string) string {
6 return c.ServiceURL(containerName)
7}