Skip to content

onsecurity/s3-av-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

s3-av-scanner

Anti-virus scanning (using clamav) files on an s3 bucket/several s3 buckets in a directory.

Getting Started

Build the image

cd s3-av-scanner
sudo docker build -t myimage/name .
sudo docker run -d myimage/name
sudo docker run -e AWS_ACCESS_KEY_ID=mykey -e AWS_SECRET_ACCESS_KEY=mysecret -e AWS_DEFAULT_REGION=eu-west-2 -e S3_FILES_DIRECTORY=/files/

Environment variables

Review the top of Dockerfile for the list of environment variables.

Authors

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published