Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguilimzero committed Nov 14, 2024
1 parent 5fcd5be commit 62aaef7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,20 @@ You must add the following lines to your .env file in order to configure your S3
```env
SINGLESTORE_BACKUP_DRIVER=
# Local storage
# Local / External storage
SINGLESTORE_BACKUP_PATH=
# S3 storage (optionals)
SINGLESTORE_BACKUP_REGION=
SINGLESTORE_BACKUP_MULTIPART_CHUNK_SIZE=
SINGLESTORE_BACKUP_FORCE_PATH_STYLE=
# External storages
# External storage (S3 / GCP / Azure)
SINGLESTORE_BACKUP_ENDPOINT=
SINGLESTORE_BACKUP_BUCKET=
SINGLESTORE_BACKUP_PUBLIC_KEY=
SINGLESTORE_BACKUP_SECRET_KEY=
# S3 storage (optionals)
SINGLESTORE_BACKUP_REGION=
SINGLESTORE_BACKUP_MULTIPART_CHUNK_SIZE=
SINGLESTORE_BACKUP_FORCE_PATH_STYLE=
SINGLESTORE_BACKUP_COMPATIBILITY_MODE=
```

## Basic Usage
Expand Down Expand Up @@ -117,6 +118,9 @@ Available arguments:
- `region`
- `multipartChunkSizeMb`
- `s3ForcePathStyle`
- `compatibilityMode`
- `withDate`
- `withTime`

## Publishing Config File

Expand Down

0 comments on commit 62aaef7

Please sign in to comment.