You are here

function amazons3_permission in AmazonS3 7.2

Same name and namespace in other branches
  1. 7 amazons3.module \amazons3_permission()

Implements hook_permission().

File

./amazons3.module, line 317
Hook implementations for the AmazonS3 module.

Code

function amazons3_permission() {
  return array(
    'administer amazons3' => array(
      'title' => t('Administer AmazonS3'),
    ),
  );
}