Update S3 configuration documentation to accurately reflect rootdirectory name
							parent
							
								
									4e2d176d27
								
							
						
					
					
						commit
						172449f91b
					
				|  | @ -22,7 +22,7 @@ storage: | |||
|   s3: | ||||
|     region: us-east-1 | ||||
|     bucket: my-bucket | ||||
|     rootpath: /registry | ||||
|     rootdirectory: /registry | ||||
|     encrypt: true | ||||
|     secure: false | ||||
|     accesskey: SAMPLEACCESSKEY | ||||
|  |  | |||
|  | @ -28,7 +28,7 @@ var configStruct = Configuration{ | |||
| 		"s3": Parameters{ | ||||
| 			"region":        "us-east-1", | ||||
| 			"bucket":        "my-bucket", | ||||
| 			"rootpath":  "/registry", | ||||
| 			"rootdirectory": "/registry", | ||||
| 			"encrypt":       true, | ||||
| 			"secure":        false, | ||||
| 			"accesskey":     "SAMPLEACCESSKEY", | ||||
|  | @ -93,7 +93,7 @@ storage: | |||
|   s3: | ||||
|     region: us-east-1 | ||||
|     bucket: my-bucket | ||||
|     rootpath: /registry | ||||
|     rootdirectory: /registry | ||||
|     encrypt: true | ||||
|     secure: false | ||||
|     accesskey: SAMPLEACCESSKEY | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue