publicstaticstringDescription{get{returnLC.L(@"This backend can read and write data to Swift (OpenStack Object Storage). Allowed 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);}
publicstaticstringUsernameOptionLong{get{returnLC.L(@"The username used to connect to the server. This may also be supplied as the environment variable ""AUTH_USERNAME"".");}}
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.");}}
publicstaticstringApikeyOptionLong{get{returnLC.L(@"The API key can be used to connect without supplying a password and tenant ID with some providers.");}}
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"" for v2 and ""/v3"" for v3. Known providers are: {0}{1}",System.Environment.NewLine,providers);}
publicstaticstringRegionOptionLong{get{returnLC.L(@"By default, the first reported endpoint will be used for file transfers. To select a specific region, provide the region name. If no such region is supported, the default (first reported) endpoint is used.");}}
publicstaticstringRegionOptionShort{get{returnLC.L(@"Supply the prefered region for endpoints");}}