seaweedfs/go/filer
Chris Lu b9aee2defb add TTL support
The volume TTL and file TTL are not necessarily the same. as long as
file TTL is smaller than volume TTL, it'll be fine.

volume TTL is used when assigning file id, e.g.
http://.../dir/assign?ttl=3h

file TTL is used when uploading
2014-09-20 12:38:59 -07:00
..
client_operations.go 1. refactor, move image resizing to its own package 2014-05-14 23:44:19 -07:00
design.txt a correct implementation of filer 2014-04-09 09:44:58 -07:00
directory.go Can compile now. not working just yet. 2014-05-12 22:57:23 -07:00
directory_in_map.go add TTL support 2014-09-20 12:38:59 -07:00
directory_test.go test move function 2014-07-20 23:48:48 -07:00
filer.go Add /admin/mv to move a file or a folder 2014-07-20 23:12:49 -07:00
filer_embedded.go Add /admin/mv to move a file or a folder 2014-07-20 23:12:49 -07:00
files_in_leveldb.go Add /admin/mv to move a file or a folder 2014-07-20 23:12:49 -07:00