2012-11-18 18:32:31 +01:00
|
|
|
make 100% compatible with swift.py?
|
|
|
|
|
|
|
|
Make Env vars compatible with st?
|
|
|
|
|
|
|
|
Get and put the metadata in the libray (x-object-meta-mtime) when getting and putting a file?
|
|
|
|
|
|
|
|
This also puts meta-mtime
|
|
|
|
https://github.com/gholt/swiftly
|
|
|
|
|
|
|
|
As an integer, but it does parse it as a float
|
|
|
|
subargs.append('x-object-meta-mtime:%d' % getmtime(options.input_))
|
2012-11-20 23:40:48 +01:00
|
|
|
|
|
|
|
Need an iterate all objects routine... Could use a channel
|
|
|
|
- could just be a flag to Objects()
|
|
|
|
|
|
|
|
FIXME progress meter would be nice! Do this by wrapping the Reader with a progress bar
|
|
|
|
|
2012-11-28 11:47:35 +01:00
|
|
|
Do bandwidth limit by wrapping the Reader too
|
|
|
|
|
2012-11-28 12:17:31 +01:00
|
|
|
Could have an integrity check mode where we check the MD5sums of the local vs the remote
|
2012-11-29 00:40:09 +01:00
|
|
|
|
|
|
|
Some stats would be nice!
|
|
|
|
|
|
|
|
Windows paths? Do we need to translate / and \?
|
|
|
|
|
|
|
|
Make swift timeouts be settable
|