adiciona opção para ignorar cert
This commit is contained in:
@@ -29,6 +29,7 @@ Useful flags:
|
||||
- `-key-id KEY`: uses explicit S3 access key credentials.
|
||||
- `-application-key SECRET`: uses explicit S3 secret or application key credentials.
|
||||
- `-endpoint-url https://s3.example.com`: uses a custom S3-compatible endpoint.
|
||||
- `-insecure-skip-verify`: skips TLS certificate verification for the S3 server. Use only with trusted endpoints.
|
||||
- `-http-timeout 30s`: sets a timeout for AWS HTTP requests.
|
||||
|
||||
Flags override values loaded from `-config`.
|
||||
@@ -45,6 +46,7 @@ Example config:
|
||||
"key_id": "REPLACE_WITH_KEY_ID",
|
||||
"application_key": "REPLACE_WITH_APPLICATION_KEY",
|
||||
"endpoint_url": "https://s3.us-east-1.amazonaws.com",
|
||||
"insecure_skip_verify": false,
|
||||
"interval": "1m",
|
||||
"http_timeout": "30s",
|
||||
"once": false,
|
||||
|
||||
Reference in New Issue
Block a user