adiciona opção para ignorar cert

This commit is contained in:
2026-09-16 10:36:11 -03:00
parent 36ad6ab38b
commit 61b3274c6c
4 changed files with 103 additions and 25 deletions
+2
View File
@@ -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,