python-swiftclient/doc
Christopher Bartz cde73c196d Option to ignore mtime metadata entry.
Currently, the swiftclient upload command passes a custom metadata
header for each object (called object-meta-mtime), whose value is
the current UNIX timestamp. When downloading such an object with the
swiftclient, the mtime header is parsed and passed as the atime and
mtime for the newly created file.

There are use-cases where this is not desired, for example when using
tmp or scratch directories in which files older than a specific date
are deleted. This commit provides a boolean option for ignoring the
mtime header.

Change-Id: If60b389aa910c6f1969b999b5d3b6d0940375686
2017-07-06 10:19:12 -07:00
..
manpages Option to ignore mtime metadata entry. 2017-07-06 10:19:12 -07:00
source Option to ignore mtime metadata entry. 2017-07-06 10:19:12 -07:00
Makefile Typo fix 2016-12-15 16:24:30 +08:00