Implement flushing of file blocks to Amazon S3.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 31 Aug 2009 19:09:14 +0000 (12:09 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Mon, 31 Aug 2009 19:09:14 +0000 (12:09 -0700)
commit3ebe1efb5570c4a678774ebdf33b36be6dc49bbc
tree70c15e1cf209a64944b32a6c6b082aeed4e0c991
parent386250b1e7b69e1050b8eb96402ea764dbc77b25
Implement flushing of file blocks to Amazon S3.

Right now many details are hardcoded.  Data can't be read back yet.  But it
implements some of the needed functionality.
Makefile
bluesky.h
inode.c
main.c
nfs3/Makefile
nfs3/nfs3.c
nfs3/nfsd.c
s3store.cc [new file with mode: 0644]
store.c [new file with mode: 0644]