HCP Tenant Management Help
This example retrieves the object named wind.jpg from a namespace and stores the resulting file in the retrieved_files directory.
Unix command
cp /datamount/images/wind.jpg retrieved_files/wind.jpg
Python code
import shutil
shutil.copy("/datamount/images/wind.jpg", "retrieved_files/ \
wind.jpg")
Trademarks and Legal Disclaimer
© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.