Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Object Storage on ARM

Hello,

I'm using object storage on node.js with oci-objectstorage package on AMD pod.

It was working fine, but after change to ARM, the response becomes different and can not proceed.

const client = new objectStorage.ObjectStorageClient({

  authenticationDetailsProvider: provider

});

const getObjectResponse = await client.getObject(getObjectRequest);


The response of getObjectResponse on AMD is:

{
  value: PassThrough {
    _readableState: ReadableState {
      objectMode: false,
      highWaterMark: 16384,
      buffer: BufferList { head: [Object], tail: [Object], length: 1 },
      length: 1957,
      pipes: [],
      flowing: null,
      ended: false,
      endEmitted: false,
      reading: true,
      sync: false,
      needReadable: true,
      emittedReadable: false,
      readableListening: false,
      resumeScheduled: false,
      errorEmitted: false
:
:

And can get file correctly.

However the response of getObjectResponse on ARM is (XXXX is just hide the data):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!