Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Aug 17, 2024
1 parent 1ed669f commit 524df70
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ necessary, use what you already have installed.

Currently support object stores:

- [filesystem](https://github.com/picosh/pobj/blob/9e920bd907fca88ad90a300b02254464e3f598fb/storage/fs.go#L1)
- [minio](https://github.com/picosh/pobj/blob/9e920bd907fca88ad90a300b02254464e3f598fb/storage/minio.go#L1)
- [filesystem](./storage/fs.go)
- [minio](./storage/minio.go)
- [s3](./storage/s3.go)

We provide an
[interface](https://github.com/picosh/pobj/blob/9e920bd907fca88ad90a300b02254464e3f598fb/storage/storage.go#L1)
to build your own.
We provide an [interface](./storage/storage.go) to build your own.

We plan on slowly building more object storage interfaces but this is all we use
at [pico.sh](http://pico.sh).
Expand Down Expand Up @@ -49,6 +48,4 @@ scp -P 2222 -r ./files mybucket@localhost:/
ghcr.io/picosh/pobj/pobj:latest
```

We also have a
[docker compose file](https://github.com/picosh/pobj/blob/305f252057d73d69a15b03cdf364596040f3735d/docker-compose.yml#L1)
which uses `minio`
We also have a [docker compose file](./docker-compose.yml) which uses `minio`.

0 comments on commit 524df70

Please sign in to comment.