feat(reporter/s3): support minio (#1930)
* feat(reporter/s3): support minio * feat(reporter/s3): disable config/credential: file and some providers
This commit is contained in:
		@@ -152,11 +152,14 @@ func printConfigToml(ips []string) (err error) {
 | 
			
		||||
 | 
			
		||||
# https://vuls.io/docs/en/usage-report.html#example-put-results-in-s3-bucket
 | 
			
		||||
#[aws]
 | 
			
		||||
#profile                = "default"
 | 
			
		||||
#s3Endpoint             = "http://localhost:9000"
 | 
			
		||||
#region                 = "ap-northeast-1"
 | 
			
		||||
#profile                = "default"
 | 
			
		||||
#credentialProvider     = "anonymous"
 | 
			
		||||
#s3Bucket               = "vuls"
 | 
			
		||||
#s3ResultsDir           = "/path/to/result"
 | 
			
		||||
#s3ServerSideEncryption = "AES256"
 | 
			
		||||
#s3UsePathStyle         = false
 | 
			
		||||
 | 
			
		||||
# https://vuls.io/docs/en/usage-report.html#example-put-results-in-azure-blob-storage<Paste>
 | 
			
		||||
#[azure]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user