oci-typescript-sdk
oci-typescript-sdk copied to clipboard
Oracle Cloud Infrastructure SDK for TypeScript and JavaScript
CPU Leak
When using oci-sdk versions greater than ^1.5.2, including the latest, we are seeing a slow but steady increase of CPU utilization, which eventually grows out of bounds and uses all...
Hi Team, Thanks for your effort in enabling the oci in javascript. I've come across a slight issue when trying to implement the SDK in my Next.js project (in server...
At least for the `lastModified` field of `getObject` responses from `ObjectStorageClient`, and likely for any client generating response fields of type `Date` from HTTP headers, the response field is formatting...
I'm passing the following object: ```javascript requestSummarizedUsagesDetails: { isAggregateByTime: true, tenantId: this.#provider.getTenantId(), timeUsageStarted: new Date(Date.UTC(2023, 6, 18, 0, 0, 0, 0)), timeUsageEnded: new Date(Date.UTC(2023, 7, 18, 0, 0, 0, 0)),...
I'm encountering an issue while using the GetObjectResponse object from the OCI Object Storage library. When trying to use the .pipe() method on the value property of the GetObjectResponse, I...
Use of isomorphic-fetch mutates global `fetch` unnecessarily, causing problems with other libraries
The isomorphic-fetch dependency mutates the global `fetch` value. This causes problems with some other libraries that also do this in some other way. For example, all `fetch` calls from this...
Towards #237. This is the first draft towards the mentioned Issue. Proposing a class ObjectStorageHelper class to encapsulate the Object Storage-related functionality. Please let me know if I need to...
Hi, is there any simple example of reading/parsing a CSV file from the bucket using typescript sdk? const response = await this.objectStorageClient.getObject(getObjectRequest); i got back: {"value":{},"opcRequestId":"gru-1:MQN9rKTo9H8Q_jG5m2_oW4CaxD6U9qC_kFoCdBKmoePd8WgtnNK5jkgKRC2L5HoZ","eTag":"91627f81-cb4c-432f-b034-6a3f9d7d29d3","contentLength":390119,"contentMd5":"PDC4JBZN3xgryS+BgDKlMw==","contentType":"text/csv","lastModified":"2023-08-05T14:53:39Z","storageTier":"Standard","versionId":"3d0b6685-c171-4b3a-892d-1cbc35ad25a8","opcMeta":{}} an empty response.value thanks...
serviceCode is being parsed as a number and throwing the exception 'toLowerCase is not a function'; this exception hides the original exception being handled. coercing to a string and calling...
Type error when trying to use `oci-aidocument`: ```bash The OciEnabledServiceSet is empty, all OCI services are enabled error from defaultErrorFunction: TypeError: serviceCode.toLowerCase is not a function at OciError (/Users/doberkofler/MyDev/ljs_app/trunk/examples/AI/lib/error.ts:27:106) at...