package gcl // New func New(accessKey string, endpoint string, zoneName string) Storage { return Storage{ accessKey: accessKey, endpoint: endpoint, zoneName: zoneName, } }