...

Package functions

import "github.com/SpectraLogic/ds3_go_sdk/samples/functions"
Overview
Index

Overview ▾

func GetBucketSample

func GetBucketSample()

Demonstrates how to get a list of S3 objects in a bucket. Assumes that the target bucket already exists and has files, i.e. run putBulkSample.go first.

func GetBulkSample

func GetBulkSample()

Demonstrates how to perform a bulk get. Assumes that the target bucket already exists and has files, i.e. run putBulkSample.go first.

func GetObjectSample

func GetObjectSample()

Demonstrates how to get an object within a bucket. Assumes that the target bucket already exists and has the specified file. i.e. run putBulkSample.go first.

func GetServiceSample

func GetServiceSample()

func PutBulkSample

func PutBulkSample()