Hi guys,
Hope you are all well !
It would be really awesome to have a dockerized version of picfit allowing to batch process some local files and cross-load them to a S3 bucket:
Usage would look like:
docker run --env aws_key=AWS_KEY --env aws_secret=AWS_SECRET --env concurrency=5 --env cmd=batch_resize --env rotation=90 --env size=400x400 --env ratio=keep --env DEST_S3=s3://BUKCET_NAME -v $(pwd):/opt/src -d DOCKER_IMG/TAG
What do u think about that ?
Cheers,
Luc Michalski