Releases: jszwedko/ec2-metadatafs
Releases · jszwedko/ec2-metadatafs
1.0.0
ec2-metadatafs 0.4.0
Changes:
- Support for caching file and directory attributes as well as directory
listings viacachesec
- Support for sending logs to syslog
Bug fixes:
- Wait for daemonized process to notify when mounting before exiting. This will
help users determine if it mounted correctly or not - Unmount when process is sent SIGINT or SIGTERM
- Don't return user-data in directory listing of / if it isn't set on the instance
ec2-metadatafs 0.3.0
Changes:
-v
can now be specified multiple times (up to 2) to additionally print FUSE
logs
Bug fixes
- Implement a stubbed StatFS so that programs like
df
do not complain.
However, it appears that it ignores the filesystem completely. A future
version will attempt to return accurate statistics.
ec2-metadatafs 0.2.0
Adds support for optionally mounting instance tags via --tags
. See
README.md for more details on how to use this feature.
ec2-metadatafs 0.1.0
Initial release