Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Endpoint of the s3 blobstore S3Endpoint string `mapstructure:"s3.endpoint"` // Region of the s3 blobstore S3Region string `mapstructure:"s3.region"` // Bucket of the s3 blobstore S3Bucket string `mapstructure:"s3.bucket"` // Access key for the s3 blobstore S3AccessKey string `mapstructure:"s3.access_key"` // Secret key for the s3 blobstore S3SecretKey string `mapstructure:"s3.secret_key"` }
Options defines the available options for this package.
func (*Options) S3ConfigComplete ¶
S3ConfigComplete return true if all required s3 fields are set
Click to show internal directories.
Click to hide internal directories.