Merge pull request #149 from AndreyKostov/s3-change-default-signature
storagedriver/s3: Change the default signature to v2 authmaster
						commit
						05600271d7
					
				| 
						 | 
				
			
			@ -136,7 +136,7 @@ func FromParameters(parameters map[string]interface{}) (*Driver, error) {
 | 
			
		|||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	v4AuthBool := true
 | 
			
		||||
	v4AuthBool := false
 | 
			
		||||
	v4Auth, ok := parameters["v4auth"]
 | 
			
		||||
	if ok {
 | 
			
		||||
		v4AuthBool, ok = v4Auth.(bool)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue