seaweedfs/go/operation
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
..
assign_file_id.go add TTL support 2014-09-20 12:38:59 -07:00
data_struts.go added typed join result 2014-04-16 17:29:58 -07:00
delete_content.go minor textual change 2014-04-15 09:20:28 -07:00
list_masters.go Use type ClusterStatusResult for writing and reading results 2014-04-15 09:30:08 -07:00
lookup.go only set lookup cache when successful 2014-06-02 09:22:23 -07:00
lookup_vid_cache.go Add volume id lookup caching 2014-05-25 14:01:54 -07:00
lookup_vid_cache_test.go Add volume id lookup caching 2014-05-25 14:01:54 -07:00
submit.go add TTL support 2014-09-20 12:38:59 -07:00
system_message.pb.go add TTL support 2014-09-20 12:38:59 -07:00
system_message_test.go Change to protocol buffer for volume-join-masster message 2014-04-21 02:11:10 -07:00
upload_content.go Add types to uploading 2014-04-15 10:01:13 -07:00