Skip to main content

ConnectionConfig

This class defines connection configurations for a storage client. It encapsulates essential parameters such as the endpoint, authentication type, access and secret keys, region, and SSL settings.

Attributes

AttributeTypeDescription
Endpointconfig.URLURL for storage client to connect to.
AuthTypestringAuth Type to use [iam,accesskey].
AccessKeystringAccess key to use. Only required when authtype is set to accesskey.
SecretKeystringSecret to use when accesskey is set.
RegionstringRegion to connect to.
DisableSSLboolDisables SSL connection. Should only be used for development.