public function storagetransferbucket()
 {
     // DISABLED
     $this->e404();
     if (!$this->permissions->isSuper()) {
         $this->e404();
     }
     $this->allowMethods(array('POST'));
     Zotero_S3::transferBucket('zoterofilestorage', 'zoterofilestoragetest');
     exit;
 }