Configuration options for uploading an Object.

Properties

compress

Optional compress: boolean

Specifies whether the Object should be compressed upon receipt of data. Enabling compression reduces at-rest storage cost but does not impact data transfer. By default, this property is set to true.

Defined in

client.ts:92

This interface defines configuration options for uploading an Object to Object Storage. The compress property specifies whether the Object should be compressed upon receipt of data. Enabling compression reduces at-rest storage cost, with the default behavior set to compress the Object (true).

Was this page helpful?