mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-04 08:05:15 +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.
 | 
					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:
 | 
					Charges and functionality vary with bucket storage class. Known storage classes:
 | 
				
			||||||
    * (default):
 | 
					    * (default):
 | 
				
			||||||
    * Europe: EU
 | 
					    * Standard: STANDARD
 | 
				
			||||||
    * United States: US
 | 
					    * Durable Reduced Availability (DRA): DURABLE_REDUCED_AVAILABILITY
 | 
				
			||||||
    * Asia: ASIA
 | 
					    * Nearline: NEARLINE
 | 
				
			||||||
    * 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
 | 
					 | 
				
			||||||
* `--authid (Password)`
 | 
					* `--authid (Password)`
 | 
				
			||||||
The authorization code.
 | 
					The authorization code.
 | 
				
			||||||
The authorization token retrieved from https://duplicati-oauth-handler.appspot.com?type=gcs
 | 
					The authorization token retrieved from https://duplicati-oauth-handler.appspot.com?type=gcs
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user