-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up Terraform README, delete erroneous SQLite DB
- Loading branch information
Showing
3 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# Terraform | ||
|
||
NOTE: None of this Terraform is tested, definitely don't use it yet! | ||
|
||
This directory contains configuration for AWS resources currently needed by the application. The Logseq Sync protocol has the client upload blobs to a S3-compatible blob store, this is a codified version of the infrastructure needed to set that up. | ||
|
||
Longer term, I still need to figure out if other blob stores (MinIO, other S3-compatible stores) can be used, or if assumptions about S3 are baked into the protocol, but to get things working end-to-end first, I figured it prudent to start with what the official implementation does. |