How Do I Rename an OBS File?
OBS files cannot be renamed on OBS Console. To rename an OBS file, call a MoXing API. Run the command in an existing notebook instance or after creating a new notebook instance.
import moxing as mox
mox.file.rename('obs://bucket_name/obs_file.txt', 'obs://bucket_name/obs_file_2.txt')
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.