Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 397 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 397 Bytes

awsfs

View AWS infrastructure as a filesystem.

Requirements

  • FUSE
  • AWS account and credentials

Timestamp support

  • s3 bucket creation date = bucket directory creation date
  • s3 file mtime = file mtime
  • directory mtime = data reload time

To run

$ go run . /mnt/awsfs

Notes

s3 is the only service implemented.

No write support.