Importing from Object Storage
Import data from an Object Storage bucket to a File Storage with Lustre file system.
You can run only one import or export job at a time per file system. If many links belong to the same file system, their jobs can't run concurrently. However, jobs on different file systems can run at the same time.
Only update the content of a file when you're certain it isn't being imported or exported. Changing files while a sync job is in progress can lead to unexpected results, such as files being ignored or overwritten.
After you start an import, you can check its progress or cancel it at any time.
Using the Console
Using the API
Run the StartImportFromObject operation with required attributes to start an import from Object Storage.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.
Using the CLI
Use the oci lfs object-storage-link start-import-from-object command and required parameters to import from Object Storage:
oci lfs object-storage-link start-import-from-object --object-storage-link-id <object_storage_link_ocid> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.