Cloud Restore
=============
-The :doc:`cloud-transition>` feature makes it possible to transition objects to a remote
+The :doc:`cloud-transition` feature makes it possible to transition objects to a remote
cloud service. The ``cloud-restore`` feature described below enables restoration
of those transitioned objects from the remote S3 endpoints into the local
RGW deployment.
aws s3api get-object --bucket bucket1 --key doc3.rtf ....
-This will restore the object `doc3.rtf`` for ``read_through_restore_days`` days.
+This will restore the object ``doc3.rtf`` for ``read_through_restore_days`` days.
Note: The above CLI command may time out if object restoration takes too long.
You can verify the restore status before reissuing the command.
radosgw-admin zone modify --rgw-zonegroup={zone-group-name} \
--rgw-zone={zone-name} \
--tier-config=profiles[].source_bucket={prefix}'*'
-
radosgw-admin zone modify --rgw-zonegroup={zone-group-name} \
--rgw-zone={zone-name} \
--tier-config=profiles[-1].connection_id={conn_id},profiles[-1].acls_id={acls_id}
--placement-id default-placement \
--storage-class CLOUDTIER \
--tier-config-rm=acls.source_id=testid
-
radosgw-admin zonegroup placement modify --rgw-zonegroup default \
--placement-id default-placement \
--storage-class CLOUDTIER \
]
- radosgw-admin zonegroup placement rm --rgw-zonegroup default \
- --placement-id default-placement \
- --storage-class CLOUDTIER
-
Object Modification and Limitations
-----------------------------------