Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
whilo committed Mar 30, 2023
1 parent 54587e7 commit af28baa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Please read the [Datahike configuration docs](https://github.com/replikativ/data
`create-database`, `connect` and `delete-database`:
```clojure
{:store {:backend :s3
:bucket "datahike-s3-instance"
:bucket "datahike-s3"
:store-id "instance1"
:region "us-west-1"
:access-key "YOUR_ACCESS_KEY"
:secret "YOUR_ACCESS_KEY_SECRET"}}
Expand All @@ -46,7 +47,8 @@ keyword `:s3`. If you want to use other backends than S3 please refer to the off
[datahike-s3.core]))

(def cfg {:store {:backend :s3
:bucket "datahike-s3-instance"
:bucket "datahike-s3"
:store-id "instance1"
:region "us-west-1"
:access-key "YOUR_ACCESS_KEY"
:secret "YOUR_ACCESS_KEY_SECRET"}})
Expand Down

0 comments on commit af28baa

Please sign in to comment.