Skip to content

Commit 029e3f6

Browse files
committed
wippppppp
1 parent b3ce31a commit 029e3f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/functional/sse-kms-migration/helpers.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ const s3config = {
6363
}),
6464
maxAttempts: 8, // Increased from 5
6565
retryMode: 'adaptive',
66+
logger: {
67+
debug: () => {},
68+
info: () => {},
69+
warn: () => {},
70+
error: () => {},
71+
output: () => {},
72+
},
6673
retryStrategy: {
6774
retry: async err => {
6875
// Custom retry strategy for connection errors

0 commit comments

Comments
 (0)