The official Oracle Cloud Infrastructure SDK client for the Lustre File Storage Service (version 2.132.0). This package enables management of Lustre file system resources, including creation, update, deletion, and listing of file systems and associated resources. Part of the larger OCI TypeScript SDK, it is updated frequently alongside other OCI services, usually weekly. Key differentiators include native TypeScript support, direct integration with OCI IAM for authentication, and comprehensive coverage of the Lustre File Storage API.
npm install oci-lustrefilestorageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an OCI Lustre file system using ConfigFileAuthenticationDetailsProvider, demonstrating client instantiation and request execution.
Update import to 'oci-lustrefilestorage' and change import paths.
Replace new Provider() with new ConfigFileAuthenticationDetailsProvider() from oci-common.
Ensure IAM policies grant necessary permissions for Lustre File Storage API operations.
Run: npm install oci-common
npm install oci-common
Use ConfigFileAuthenticationDetailsProvider instead of Provider.