backup sites: fix listing when status call errors
* fix backend to not retry in status call * fix frontend to continue loading view if status errors * fix connect-lastmile to show the exact path that is timing out
This commit is contained in:
@@ -161,7 +161,7 @@ async function getAvailableSize(apiConfig) {
|
||||
async function getStatus(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
|
||||
const s3 = createS3Client(apiConfig, { retryStrategy: RETRY_STRATEGY });
|
||||
const s3 = createS3Client(apiConfig, { retryStrategy: null });
|
||||
|
||||
const listParams = {
|
||||
Bucket: apiConfig.bucket,
|
||||
|
||||
Reference in New Issue
Block a user