Release 2.9.5 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2021-12-13 17:33:14 -08:00
parent 99153ac6d1
commit 342c252d9a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## 2.9.5 2021-12-03 <alexbarcello@githuba>
### Changed
- Fix for S3 Minio backup targets
- Fix for annoying output on certain target time print conditions
## 2.9.5 2021-12-07 <dave at tiredofit dot ca>
### Changed

View File

@@ -147,7 +147,6 @@ If `BACKUP_LOCATION` = `S3` then the following options are used.
| `S3_KEY_SECRET` | S3 Key Secret |
| `S3_PATH` | S3 Pathname to save to e.g. '`backup`' |
| `S3_PROTOCOL` | Use either `http` or `https` to access service - Default `https` |
| `S3_URI_STYLE` | Choose either `VIRTUALHOST` or `PATH` style - Default `VIRTUALHOST` |
## Maintenance