Interface- UploadOptions
Configuration options for uploading objects to Replit Object Storage, including compression settings to reduce storage costs while maintaining data integrity.
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
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?