mirror of
				https://github.com/restic/restic.git
				synced 2025-11-03 23:00:59 +00:00 
			
		
		
		
	S3: add file credentials to chain
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
		
							parent
							
								
									ecfe59235e
								
							
						
					
					
						commit
						d67b9a32c6
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -55,6 +55,8 @@ func open(cfg Config, rt http.RoundTripper) (*Backend, error) {
 | 
			
		|||
				SecretAccessKey: cfg.Secret,
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
		&credentials.FileAWSCredentials{},
 | 
			
		||||
		&credentials.FileMinioClient{},
 | 
			
		||||
		&credentials.IAM{
 | 
			
		||||
			Client: &http.Client{
 | 
			
		||||
				Transport: http.DefaultTransport,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue