Correction: It's about the Version expiration, not the versioning itself.
We send this rule:

      Rules: [
        {
          Status: 'Enabled',
          Prefix: '',
          NoncurrentVersionExpiration: {
            NoncurrentDays: 60
          },
          Expiration: {
            ExpiredObjectDeleteMarker: true
          },
          ID: 'expire-60days'
        }
      ]

Should that be supported?

Thanks

Martin

Von: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] Im Auftrag von 
Martin Emrich
Gesendet: Mittwoch, 28. Juni 2017 16:13
An: ceph-users@lists.ceph.com
Betreff: [ceph-users] Radosgw versioning S3 compatible?

Hi!

Is the Object Gateway S3 API supposed to be compatible with Amazon S3 regarding 
versioning?

Object Versioning is listed as supported in Ceph 12.1, but using the standard 
Node.js aws-sdk module (s3.putBucketVersioning()) results in "NotImplemented".

Thanks

Martin

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to