ContentType Support
Closed this issue · 1 comments
guitarrapc commented
ContentType Support
guitarrapc commented
full net
S3Sync.exe LocalRoot=<Path> BucketName=<BucketName> DryRun=false ContentType=application/json
netcore
dotnet S3Sync.dll LocalRoot=<Path> BucketName=<BucketName> DryRun=false ContentType=application/json
docker
docker run --rm -v <Path>:/app/sync -e S3Sync_BucketName=<BucketName> -e S3Sync_DryRun=false -e S3Sync_ContentType=application/json guitarrapc/s3sync