Importing from Object Storage
Import data from an Object Storage bucket to a File Storage with Lustre file system.
You can import data concurrently with other import or export jobs on the same Lustre file system when each job uses a different Object Storage link. Only one job can run at a time for a given link. If a job is already running for the selected link, the import request is rejected.
Wait until the sync job (import or export) is finished before you add, remove, move, rename, or edit any files or folders inside the folder being synced. 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.