To view all files stored in OBS when using notebook instances or training jobs, use either of the following methods:
Log in to OBS console using the current account, and search for the OBS buckets, folders, and files.
import moxing as mox mox.file.list_directory('obs://bucket_name', recursive=True)
If there are a large number of files, wait until the final file path is displayed.