Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func Copy(c *gophercloud.ServiceClient, containerName, objectName string, ...) os.CopyResult + func Create(c *gophercloud.ServiceClient, containerName, objectName string, ...) os.CreateResult + func Delete(c *gophercloud.ServiceClient, containerName, objectName string, ...) os.DeleteResult + func Download(c *gophercloud.ServiceClient, containerName, objectName string, ...) os.DownloadResult + func ExtractInfo(page pagination.Page) ([]os.Object, error) + func ExtractNames(page pagination.Page) ([]string, error) + func Get(c *gophercloud.ServiceClient, containerName, objectName string, ...) os.GetResult + func List(c *gophercloud.ServiceClient, containerName string, opts os.ListOptsBuilder) pagination.Pager + func Update(c *gophercloud.ServiceClient, containerName, objectName string, ...) os.UpdateResult + type CopyOpts struct + ContentDisposition string + ContentEncoding string + ContentLength int + ContentType string + CopyFrom string + Destination string + DetectContentType bool + Metadata map[string]string + func (opts CopyOpts) ToObjectCopyMap() (map[string]string, error)