Initial commit of mount.efs
Includes a mount helper utility (mount.efs), an associated watchdog process, unit tests, and build scripts. The utility simplifies mounting and using EFS file systems and optionally enables clients to mount over a TLS tunnel.
parents
.gitignore
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
NOTICE
0 → 100644
README.md
0 → 100644
build-deb.sh
0 → 100755
dist/amazon-efs-utils.spec
0 → 100644
dist/efs-utils.conf
0 → 100644
dist/scriptlets/after-remove
0 → 100644
requirements.txt
0 → 100644
attrs==17.4.0 | ||
configparser==3.5.0 | ||
coverage==4.5 | ||
enum34==1.1.6 | ||
flake8==3.5.0 | ||
funcsigs==1.0.2 | ||
mccabe==0.6.1 | ||
mock==2.0.0 | ||
pbr==3.1.1 | ||
pluggy==0.6.0 | ||
py==1.5.2 | ||
pycodestyle==2.3.1 | ||
pyflakes==1.6.0 | ||
pytest==3.4.0 | ||
pytest-cov==2.5.1 | ||
pytest-html==1.16.1 | ||
pytest-metadata==1.6.0 | ||
pytest-mock==1.6.3 | ||
six==1.11.0 |
setup.cfg
0 → 100644
src/mount_efs/__init__.py
0 → 100755