Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOSEEndpoint ¶ added in v0.4.0
func GetOSEEndpoint() string
GetOSEEndpoint - Returns the OSE endpoint
func GetOrganizationID ¶ added in v0.4.0
func GetOrganizationID() string
GetOrganizationID - Returns the organization ID
func GetOrganizationName ¶ added in v0.4.0
func GetOrganizationName() string
GetOrganizationName - Returns the organization name
Types ¶
type Opts ¶
type Opts struct { OSEEndpoint string `env:"ENDPOINT"` S3Endpoint string `env:"S3_ENDPOINT,default=https://s3-region01.cloudavenue.orange-business.com"` CAVToken string `env:"CAV_TOKEN"` Debug bool `env:"DEBUG,default=false"` OrganizationName string `env:"ORGANIZATION_NAME"` Username string `env:"USERNAME"` }
Opts - Is a struct that contains the options for the S3 client
Click to show internal directories.
Click to hide internal directories.