Documentation ¶
Index ¶
- func CopyObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
- func DeleteObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
- func GetObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
- func GetObjectInfo(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
- func PutObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
- func RenameObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
- func ShowObjects(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyObject ¶
func CopyObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
CopyObject copies an object from one container to another
func DeleteObject ¶
func DeleteObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
DeleteObject removes a given object from Object Storage.
func GetObject ¶
func GetObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
GetObject downloads an object from object storage.
func GetObjectInfo ¶
func GetObjectInfo(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
GetObjectInfo returns metadata for a given object.
func PutObject ¶
func PutObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
PutObject uploads an object to Object Storage.
func RenameObject ¶
func RenameObject(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
RenameObject renames a given object.
func ShowObjects ¶
func ShowObjects(dest auth.Destination, writer *w.ConsoleWriter, args []string) (string, error)
ShowObjects returns the names of all objects in a given container.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.