mirror of
https://github.com/versity/versitygw.git
synced 2026-04-23 14:10:29 +00:00
The previous way of initializing the s3 client in each call was adding a lot of overhead and would tank performance beyond about 20 simultaneous requests. Since the backend access is through a single account, we can init and store this client for use from each api call.