Is there any particular reason for this method to be private :
|
async fn get_client(&self, settings: &Settings) -> &Arc<Client> { |
It would be nice to be able to use it to retrieve the s3 client from the storage, to benefit from the init_or_get single initalization