View AWS infrastructure as a filesystem.
- FUSE
 - AWS account and credentials
 
- s3 bucket creation date = bucket directory creation date
 - s3 file mtime = file mtime
 - directory mtime = data reload time
 
$ go run . /mnt/awsfs
s3 is the only service implemented.
No write support.