Skip to content

Commit

Permalink
fix(S3): add requestTimeout (#550)
Browse files Browse the repository at this point in the history
* fix(S3): add requestTimeout
  • Loading branch information
BlackySoul authored Jan 23, 2025
1 parent 0382a15 commit 1fbc9fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VKUI/s3/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ function configuration(): S3ClientConfig {
},
region,
endpoint,
requestHandler: {
requestTimeout: 30000, // 30 seconds
},
};
}

Expand Down

0 comments on commit 1fbc9fd

Please sign in to comment.