Does IBM Bluemix Object Storage service support expiring objects? -
according swift docs https://docs.openstack.org/swift/latest/overview_expiring_objects.html adding x-delete-after header put or post object make expire after seconds passed in value.
is feature supported in ibm bluemix object storage?
the ibm bluemix object storage supports expiring objects, i.e., automatic deletion. can use x-delete-at
or x-delete-after
header attributes mentioned in question. usual, found in documentation ibm bluemix object storage under "managing objects".
the x-delete-at
uses epoch time , command (taken docs) have deleted object @ "2016/04/01 08:00:00":
swift post -h "x-delete-at:1459515600" container1 file7
Comments
Post a Comment