Versions in this module Expand all Collapse all v0 v0.3.0 Apr 23, 2025 v0.2.0 Apr 23, 2025 Changes in this version + func SaveDefaultConfig(configPath string) error + type AWSConfig struct + AccessKeyID string + DisableSSL bool + Endpoint string + Region string + SecretAccessKey string + type AzureConfig struct + AccountKey string + AccountName string + EndpointURL string + type BucketMapping struct + SourceBucket string + SourceProviderID string + TargetBucket string + TargetProviderID string + type Config struct + DatabasePath string + Mappings []BucketMapping + Providers []ProviderConfig + func LoadConfig(configPath string) (*Config, error) + type GCSConfig struct + ProjectID string + type MinIOConfig struct + AccessKey string + Endpoint string + Region string + SecretKey string + UseSSL bool + type ProviderConfig struct + AWS *AWSConfig + Azure *AzureConfig + GCS *GCSConfig + ID string + MinIO *MinIOConfig + Type ProviderType + type ProviderType string + const AWS + const AZURE + const GCS + const MINIO