package sample const ( // Sample code's env configuration. You need to specify them with the actual configuration if you want to run sample code endpoint string = "" accessID string = "" accessKey string = "" bucketName string = "" // The cname endpoint // These information are required to run sample/cname_sample endpoint4Cname string = "" accessID4Cname string = "" accessKey4Cname string = "" bucketName4Cname string = "" // The object name in the sample code objectKey string = "my-object" // The local files to run sample code. localFile string = "src/sample/BingWallpaper-2015-11-07.jpg" htmlLocalFile string = "src/sample/The Go Programming Language.html" newPicName string = "src/sample/NewBingWallpaper-2015-11-07.jpg" )