mirror of https://github.com/apache/jclouds.git
Add parent to system metadata
Previously this caused spurious test failures.
This commit is contained in:
parent
17c8e31546
commit
48a8400c3f
|
@ -38,6 +38,7 @@ import com.google.common.collect.Maps;
|
|||
public class ParseUserMetadataFromHeaders implements Function<HttpResponse, UserMetadata> {
|
||||
private static final Set<String> SYS_KEYS = ImmutableSet.of(
|
||||
"atime", "ctime", "gid", "itime", "mtime", "nlink",
|
||||
"parent",
|
||||
"policyname", "size", "uid", "content-md5", "objectid", "objname", "type");
|
||||
|
||||
public UserMetadata apply(HttpResponse from) {
|
||||
|
|
Loading…
Reference in New Issue