Update ObjectStorage example (#4919)
This commit is contained in:
		
							parent
							
								
									4069bb170a
								
							
						
					
					
						commit
						d87b6d38ab
					
				
					 1 changed files with 45 additions and 31 deletions
				
			
		|  | @ -53,40 +53,54 @@ mongodb: | |||
| drive: | ||||
|   storage: 'db' | ||||
| 
 | ||||
|   # OR | ||||
| # OR | ||||
| 
 | ||||
|   # storage: 'minio' | ||||
|   # bucket: | ||||
|   # prefix: | ||||
|   # config: | ||||
|   #   endPoint: | ||||
|   #   port: | ||||
|   #   useSSL: | ||||
|   #   accessKey: | ||||
|   #   secretKey: | ||||
| #drive: | ||||
| #  storage: 'minio' | ||||
| #  bucket: | ||||
| #  prefix: | ||||
| #  config: | ||||
| #    endPoint: | ||||
| #    port: | ||||
| #    useSSL: | ||||
| #    accessKey: | ||||
| #    secretKey: | ||||
| 
 | ||||
|   # S3 example | ||||
|   # storage: 'minio' | ||||
|   # bucket: bucket-name | ||||
|   # prefix: files | ||||
|   # config: | ||||
|   #   endPoint: s3-us-west-2.amazonaws.com | ||||
|   #   region: us-west-2 | ||||
|   #   useSSL: true | ||||
|   #   accessKey: XXX | ||||
|   #   secretKey: YYY | ||||
| # S3/GCS example | ||||
| # | ||||
| # * Replace <endpoint> to | ||||
| #     S3: see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region | ||||
| #     GCS: use 'storage.googleapis.com' | ||||
| # | ||||
| # * Replace <region> to | ||||
| #     S3: see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region | ||||
| #     GCS: not needed (just delete the region line) | ||||
| # | ||||
| #drive: | ||||
| #  storage: 'minio' | ||||
| #  bucket: bucket-name | ||||
| #  prefix: files | ||||
| #  baseUrl: https://bucket-name.<endpoint> | ||||
| #  config: | ||||
| #    endPoint: <endpoint> | ||||
| #    region: <region> | ||||
| #    useSSL: true | ||||
| #    accessKey: XXX | ||||
| #    secretKey: YYY | ||||
| 
 | ||||
|   # S3 example (with CDN, custom domain) | ||||
|   # storage: 'minio' | ||||
|   # bucket: drive.example.com | ||||
|   # prefix: files | ||||
|   # baseUrl: https://drive.example.com | ||||
|   # config: | ||||
|   #   endPoint: s3-us-west-2.amazonaws.com | ||||
|   #   region: us-west-2 | ||||
|   #   useSSL: true | ||||
|   #   accessKey: XXX | ||||
|   #   secretKey: YYY | ||||
| # S3/GCS example (with CDN, custom domain) | ||||
| # | ||||
| #drive: | ||||
| #  storage: 'minio' | ||||
| #  bucket: drive.example.com | ||||
| #  prefix: files | ||||
| #  baseUrl: https://drive.example.com | ||||
| #  config: | ||||
| #    endPoint: <endpoint> | ||||
| #    region: <region> | ||||
| #    useSSL: true | ||||
| #    accessKey: XXX | ||||
| #    secretKey: YYY | ||||
| 
 | ||||
| # If enabled: | ||||
| #  The first account created is automatically marked as Admin. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue