diff --git a/OmekaAmazonS3StorageAdapterPlugin.php b/AmazonS3StorageAdapterPlugin.php similarity index 75% rename from OmekaAmazonS3StorageAdapterPlugin.php rename to AmazonS3StorageAdapterPlugin.php index b97552d..d704b9a 100644 --- a/OmekaAmazonS3StorageAdapterPlugin.php +++ b/AmazonS3StorageAdapterPlugin.php @@ -7,6 +7,6 @@ require_once('vendor/autoload.php'); require_once('libraries/Omeka/Storage/Adapter/AmazonS3.php'); -class OmekaAmazonS3StorageAdapterPlugin extends Omeka_Plugin_AbstractPlugin +class AmazonS3StorageAdapterPlugin extends Omeka_Plugin_AbstractPlugin { } diff --git a/README.md b/README.md index 4e14df7..a768c39 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The main differences are: ## Usage -1. Download repo as a zip file and extract it to a folder named `OmekaAmazonS3StorageAdapter` in the `plugins` directory in your Omeka instance. +1. Download repo as a zip file and extract it to a folder named `AmazonS3StorageAdapter` in the `plugins` directory in your Omeka instance. 2. Run `composer install` within the plugin's folder to install the Amazon S3 PHP SDK. 3. Enable the plugin in admin/plugins 4. Add the following to your Omeka `application/configuration/config.ini` file: