mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Enable s3ForcePathStyle (#5234)
This commit is contained in:
		
							parent
							
								
									0c49a1ebd5
								
							
						
					
					
						commit
						db01fa0eef
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -17,6 +17,7 @@ export function getS3(meta: Meta) {
 | 
			
		|||
		secretAccessKey: meta.objectStorageSecretKey,
 | 
			
		||||
		region: meta.objectStorageRegion,
 | 
			
		||||
		sslEnabled: meta.objectStorageUseSSL,
 | 
			
		||||
		s3ForcePathStyle: true,
 | 
			
		||||
		httpOptions: {
 | 
			
		||||
		}
 | 
			
		||||
	} as S3.ClientConfiguration;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue