Versions in this module Expand all Collapse all v0 v0.0.1 Jan 4, 2025 Changes in this version + type Config struct + AK string + RegionID string + SK string + func (o *Config) Apply(opts []Option) + type Option struct + F func(o *Config) + func WithAccessKey(accessKey string) Option + func WithRegionID(regionID string) Option + func WithSecretKey(secretKey string) Option