diff --git a/libraries/object-persistor/src/PerProjectEncryptedS3Persistor.js b/libraries/object-persistor/src/PerProjectEncryptedS3Persistor.js index 0395bcaa48..7bd4bb93e5 100644 --- a/libraries/object-persistor/src/PerProjectEncryptedS3Persistor.js +++ b/libraries/object-persistor/src/PerProjectEncryptedS3Persistor.js @@ -414,6 +414,16 @@ class CachedPerProjectEncryptedS3Persistor { return await this.sendStream(bucketName, path, fs.createReadStream(fsPath)) } + /** + * + * @param {string} bucketName + * @param {string} path + * @return {Promise} + */ + async getObjectSize(bucketName, path) { + return await this.#parent.getObjectSize(bucketName, path) + } + /** * @param {string} bucketName * @param {string} path