mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 00:22:26 -05:00 
			
		
		
		
	[docs] Add s3 ssl variable to storage docs (#1294)
* update storage docs * add use ssl to example/config.yaml
This commit is contained in:
		
					parent
					
						
							
								2bf9bfa24f
							
						
					
				
			
			
				commit
				
					
						9859a43b87
					
				
			
		
					 2 changed files with 13 additions and 1 deletions
				
			
		|  | @ -36,6 +36,12 @@ storage-s3-endpoint: "" | ||||||
| # | # | ||||||
| # Default: false | # Default: false | ||||||
| storage-s3-proxy: false | storage-s3-proxy: false | ||||||
|  | # Bool. Use SSL for S3 connections. | ||||||
|  | # | ||||||
|  | # Only set this to 'false' when testing locally. | ||||||
|  | # | ||||||
|  | # Default: true | ||||||
|  | storage-s3-use-ssl: true | ||||||
| 
 | 
 | ||||||
| # String. Access key part of the S3 credentials. | # String. Access key part of the S3 credentials. | ||||||
| # Consider setting this value using environment variables to avoid leaking it via the config file | # Consider setting this value using environment variables to avoid leaking it via the config file | ||||||
|  |  | ||||||
|  | @ -395,6 +395,12 @@ storage-s3-endpoint: "" | ||||||
| # | # | ||||||
| # Default: false | # Default: false | ||||||
| storage-s3-proxy: false | storage-s3-proxy: false | ||||||
|  | # Bool. Use SSL for S3 connections. | ||||||
|  | # | ||||||
|  | # Only set this to 'false' when testing locally. | ||||||
|  | # | ||||||
|  | # Default: true | ||||||
|  | storage-s3-use-ssl: true | ||||||
| 
 | 
 | ||||||
| # String. Access key part of the S3 credentials. | # String. Access key part of the S3 credentials. | ||||||
| # Consider setting this value using environment variables to avoid leaking it via the config file | # Consider setting this value using environment variables to avoid leaking it via the config file | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue