Public Cloud Archive is a cold storage solution designed to host large volumes of data, with no size limit and very attractive pricing.
Since cold storage data is supposed to be rarely accessed, a retrieval request is required, implying a delay prior to recovering the data. This time period varies depending on the age of data and the frequency of data access.
Requirements
Unfreezing via the OVHcloud Control Panel:
OVHcloud Control Panel Access
Direct link:
Navigation path:Public Cloud > Select your project
The following line indicates that the object is frozen:
X-Ovh-Retrieval-State: sealed
Therefore, the swift download command will return a 429 error:
swift download <pca_container> <object>
Error downloading object '<pca_container>/<object>': Object GET failed: https://storage.gra.cloud.ovh.net/v1/AUTH_702xxxxxxxxxxxxxxxxxxxxxxxxxxdaf/<pca_container>/<object> 429 Too Many Requests
The following line indicates that the object is now unfrozen:
X-Ovh-Retrieval-State: unsealed
To download the object:
swift download <pca_container> <object>
swift download <pca_container> <object><object> [auth 0.961s, headers 1.767s, total 1.768s, 0.001 MB/s]
Automating the object download
Info
This feature requires the at package.
swift download <pca_container> <object>
Error downloading object '<pca_container>/<object>': Object GET failed: https://storage.gra.cloud.ovh.net/v1/AUTH_702xxxxxxxxxxxxxxxxxxxxxxxxxxdaf/<pca_container>/<object> 429 Too Many Requests
If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.