Comment 1 for bug 1352256

Revision history for this message
Ashish Chandra (ashish-chandra) wrote :

The object can be added using CLI:

ashish@firefly-master:~/devstack$ swift upload new-cont openrc
openrc
ashish@firefly-master:~/devstack$ swift stat new-cont
       Account: v1
     Container: new-cont
       Objects: 1
         Bytes: 3463
      Read ACL:
     Write ACL:
       Sync To:
      Sync Key:
        Server: Apache/2.4.7 (Ubuntu)
X-Container-Bytes-Used-Actual: 4096
  Content-Type: text/plain; charset=utf-8
ashish@firefly-master:~/devstack$ swift stat new-cont openrc
       Account: v1
     Container: new-cont
        Object: openrc
Content Length: 3463
 Last Modified: Wed, 23 Jul 2014 09:44:31 GMT
          ETag: 9204776814ca62c92c7996de725ecc6b
    Meta Mtime: 1406103867.326814
 Accept-Ranges: bytes
        Server: Apache/2.4.7 (Ubuntu)

The stats for the object misses "ContentType" and "X-Timestamp" header, which is not returned by RadosGW.