qingstor / qsctl

Advanced command line tool for QingStor Object Storage.
Apache License 2.0
23 stars 13 forks source link

feat: Added support for virtual host style #390

Closed abyss-w closed 1 year ago

abyss-w commented 1 year ago

Add the enable_virtual_style field to the config file, example:

access_key_id: 'ACCESS_KEY_ID_EXAMPLE'
secret_access_key: 'SECRET_ACCESS_KEY_EXAMPLE'
zone: 'zone_name'
host: 'qingstor.com'
port: 443
protocol: 'https'

enable_virtual_style: true