rs

package
v1.3.0-alpha.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2016 License: MIT, Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsConnection

type RsConnection struct {
	swift.Connection
	// contains filtered or unexported fields
}

RsConnection is a RackSpace specific wrapper to the core swift library which exposes the RackSpace CDN commands via the CDN Management URL interface.

func (*RsConnection) ContainerCDNDisable

func (c *RsConnection) ContainerCDNDisable(container string) error

ContainerCDNDisable disables CDN access to a container.

func (*RsConnection) ContainerCDNEnable

func (c *RsConnection) ContainerCDNEnable(container string, ttl int) (swift.Headers, error)

ContainerCDNEnable enables a container for public CDN usage.

Change the default TTL of 259200 seconds (72 hours) by passing in an integer value.

This method can be called again to change the TTL.

func (*RsConnection) ContainerCDNMeta

func (c *RsConnection) ContainerCDNMeta(container string) (swift.Headers, error)

ContainerCDNMeta returns the CDN metadata for a container.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL