for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AnyCloud\Service\File\Store;
class WasabiFactory extends AbstractAwsS3V3Factory
{
protected function getConfigKey(): string
return 'wasabi';
}