HBLL-Collection-Development/omeka-s-any-cloud

View on GitHub
src/Service/File/Store/WasabiFactory.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AnyCloud\Service\File\Store;

class WasabiFactory extends AbstractAwsS3V3Factory
{
    protected function getConfigKey(): string
    {
        return 'wasabi';
    }
}