Compare commits
2 Commits
de5d5a2344
...
73559fde88
| Author | SHA1 | Date | |
|---|---|---|---|
| 73559fde88 | |||
| d303ec9154 |
@@ -20,6 +20,10 @@ S3Share requires two things:
|
|||||||
- a s3 bucket with read access
|
- a s3 bucket with read access
|
||||||
- a sql database
|
- a sql database
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
The docker image is available at [Dockerhub](https://hub.docker.com/r/djeeberjr/s3share). There is also a [docker-compose](docker-compose.yml) file that can be used as an example.
|
||||||
|
|
||||||
# Synopsis
|
# Synopsis
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -19,8 +19,7 @@ type args struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (args) Version() string {
|
func (args) Version() string {
|
||||||
// TODO
|
return "s3share 1.0"
|
||||||
return "s3share 0.1"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user