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:[email protected]] Im Auftrag von 
Martin Emrich
Gesendet: Mittwoch, 28. Juni 2017 16:13
An: [email protected]
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
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to