🪵 Logging file path and verify s3 test (#461)
* feat: logging file path while verifying ci * fix: files e2e test --------- Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
This commit is contained in:
@@ -46,6 +46,7 @@ export default class S3ConnectorService implements StorageConnectorAPI {
|
||||
let err = null;
|
||||
for (let i = 0; i <= tries; i++) {
|
||||
try {
|
||||
console.log("🚀🚀 reading s3 object: ", path);
|
||||
const stat = await this.client.statObject(this.minioConfiguration.bucket, path);
|
||||
if (stat?.size > 0) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user