From 16eb815f005572eb8f0465237741b5038e0d07b2 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 14 Aug 2025 20:04:56 -0500 Subject: [PATCH] Update Providers --- Providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Providers.md b/Providers.md index 9031836..b1d61bf 100644 --- a/Providers.md +++ b/Providers.md @@ -15,7 +15,7 @@ - `S3Config.AccessKey` - your access key - `S3Config.SecretKey` - your secret key - `S3Config.Bucket` - target bucket name -- Supports both **path-style** and **virtual-hosted–style** addressing, controlled via `S3Config.UsePathStyle`. +- Supports both **path-style** and **virtual-hosted-style** addressing, controlled via `S3Config.UsePathStyle`. - Optional **transparent encryption** (file/directory names + content) using `XChaCha20-Poly1305`: - Enabled with `S3Config.EncryptionToken` in `config.json` - **Note:** files remain unencrypted locally; encryption happens during transfer.