publicstaticstringDescription{get{returnLC.L(@"This backend can read and write data to Swift (OpenStack Object Storage). Supported format is ""openstack://container/folder"".");}}
publicstaticstringPasswordOptionLong(stringtenantnameoption){returnLC.L(@"The password used to connect to the server. This may also be supplied as the environment variable ""AUTH_PASSWORD"". If the password is supplied, --{0} must also be set",tenantnameoption);}
publicstaticstringPasswordOptionShort{get{returnLC.L(@"Supplies the password used to connect to the server");}}
publicstaticstringDomainnameOptionLong{get{returnLC.L(@"The domain name of the user used to connect to the server.");}}
publicstaticstringDomainnameOptionShort{get{returnLC.L(@"Supplies the domain used to connect to the server");}}
publicstaticstringUsernameOptionLong{get{returnLC.L(@"The username used to connect to the server. This may also be supplied as the environment variable ""AUTH_USERNAME"".");}}
publicstaticstringUsernameOptionShort{get{returnLC.L(@"Supplies the username used to connect to the server");}}
publicstaticstringTenantnameOptionLong{get{returnLC.L(@"The Tenant Name is commonly the paying user account name. This option must be supplied when authenticating with a password, but is not required when using an API key.");}}
publicstaticstringTenantnameOptionShort{get{returnLC.L(@"Supplies the Tenant Name used to connect to the server");}}
publicstaticstringApikeyOptionLong{get{returnLC.L(@"The API key can be used to connect without supplying a password and tenant ID with some providers.");}}
publicstaticstringApikeyOptionShort{get{returnLC.L(@"Supplies the API key used to connect to the server");}}
publicstaticstringAuthuriOptionLong(stringproviders){returnLC.L(@"The authentication URL is used to authenticate the user and find the storage service. The URL commonly ends with ""/v2.0"". Known providers are: {0}{1}",System.Environment.NewLine,providers);}
publicstaticstringAuthuriOptionShort{get{returnLC.L(@"Supplies the authentication URL");}}
publicstaticstringVersionOptionLong{get{returnLC.L(@"The keystone API version to use, valid values are 'v2' and 'v3'.");}}
publicstaticstringRegionOptionLong{get{returnLC.L(@"This option is only used when creating a container, and is used to indicate where the container should be placed. Consult your provider for a list of valid regions, or leave empty for the default region.");}}
publicstaticstringRegionOptionShort{get{returnLC.L(@"Supplies the region used for creating a container");}}