File: account-containers-list-response.xml

package info (click to toggle)
swift 2.35.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 22,516 kB
  • sloc: python: 277,184; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (15 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<account name="my_account">
    <container>
        <name>janeausten</name>
        <count>0</count>
        <bytes>0</bytes>
        <last_modified>2013-11-19T20:08:13.283452</last_modified>
    </container>
    <container>
        <name>marktwain</name>
        <count>1</count>
        <bytes>14</bytes>
        <last_modified>2016-04-29T16:23:50.460230</last_modified>
    </container>
</account>