An open API service indexing awesome lists of open source software.

https://github.com/guitarrapc/s3sync-docker

This repository contains docker image for s3sync
https://github.com/guitarrapc/s3sync-docker

docker s3-sync

Last synced: 8 months ago
JSON representation

This repository contains docker image for s3sync

Awesome Lists containing this project

README

          

# Supported Linux amd64 tags

depends on [dotnet-docker](https://github.com/dotnet/dotnet-docker) image and [aws-sdk-net for .net core](https://github.com/aws/aws-sdk-net)

currently base image is `microsoft/dotnet:2.0-runtime`.

## Usage

You can run with docker.

Run with IAM Role is recommended.

```bash
docker run --rm -v :/app/sync/ -e S3Sync_BucketName= guitarrapc/s3sync
```

Local run without IAM Role, use AWS Credentials.

```bash
$ docker run --rm -v :/app/sync/ -e S3Sync_BucketName= -e AWS_ACCESS_KEY_ID= -e AWS_SECRET_ACCESS_KEY= guitarrapc/s3sync
```

Check [guitarrapc/S3Sync](https://github.com/guitarrapc/S3Sync#docker-support) for more detail.