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

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AnyCloud\Service\File\Store;

class DigitalOceanFactory extends AbstractAwsS3V3Factory
{
    protected function getConfigKey(): string
    {
        return 'digital_ocean';
    }
}