blob: 80653f27624031e2f0177276cfeb7fbe881b0392 [file] [log] [blame]
package cdncontainers
import "github.com/rackspace/gophercloud"
func enableURL(c *gophercloud.ServiceClient, containerName string) string {
return c.ServiceURL(containerName)
}