efs: include name in results (#23931)
parent
380ac577c6
commit
d021d8f16b
|
@ -243,6 +243,7 @@ class EFSConnection(object):
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
for item in items:
|
for item in items:
|
||||||
|
item['Name'] = item['CreationToken']
|
||||||
item['CreationTime'] = str(item['CreationTime'])
|
item['CreationTime'] = str(item['CreationTime'])
|
||||||
"""
|
"""
|
||||||
Suffix of network path to be used as NFS device for mount. More detail here:
|
Suffix of network path to be used as NFS device for mount. More detail here:
|
||||||
|
|
Loading…
Reference in New Issue