Skip to content

Commit

Permalink
Remove the Omeka prefix from the plugin name
Browse files Browse the repository at this point in the history
This is for consistency with other plugins and existing installations.

Bump version again.
  • Loading branch information
mikesname committed Apr 19, 2023
1 parent d489569 commit dd17441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd17441

Please sign in to comment.