コード例 #1
0
 public function deleteObject($obj)
 {
     if ($this->authorizeWriteAccess($obj)) {
         parent::deleteObject($obj);
     } else {
         $this->app->gcError('User does not have permission to access AWS S3 resource: ' . $obj, 'gcdatabaseerror');
     }
 }