We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: