mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-03 23:55:14 +00:00 
			
		
		
		
	Fix documentation of --gcs-storage-class options
The documentation for the --gcs-storage-class options was just a copy of the --gcs-location options. Put the actual values from the code, which is here: b41d3a3cff/Duplicati/Library/Backend/GoogleServices/WebApi.cs
			
			
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b8c3cf2609
						
					
				
				
					commit
					18d4927e24
				
			@@ -426,16 +426,9 @@ Specifies storage class for creating a bucket.
 | 
			
		||||
This option is only used when creating new buckets. Use this option to change what storage type the bucket has.
 | 
			
		||||
Charges and functionality vary with bucket storage class. Known storage classes:
 | 
			
		||||
    * (default):
 | 
			
		||||
    * Europe: EU
 | 
			
		||||
    * United States: US
 | 
			
		||||
    * Asia: ASIA
 | 
			
		||||
    * Eastern Asia-Pacific: ASIA-EAST1
 | 
			
		||||
    * Central United States 1: US-CENTRAL1
 | 
			
		||||
    * Central United States 2: US-CENTRAL2
 | 
			
		||||
    * Eastern United States 1: US-EAST1
 | 
			
		||||
    * Eastern United States 2: US-EAST2
 | 
			
		||||
    * Eastern United States 3: US-EAST3
 | 
			
		||||
    * Western United States: US-WEST1
 | 
			
		||||
    * Standard: STANDARD
 | 
			
		||||
    * Durable Reduced Availability (DRA): DURABLE_REDUCED_AVAILABILITY
 | 
			
		||||
    * Nearline: NEARLINE
 | 
			
		||||
* `--authid (Password)`
 | 
			
		||||
The authorization code.
 | 
			
		||||
The authorization token retrieved from https://duplicati-oauth-handler.appspot.com?type=gcs
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user