You are here

function s3fs_cors_update_8002 in S3 File System CORS Upload 8

Add the new s3fs_sts_policy_resource setting to the schema.

File

./s3fs_cors.install, line 90
Update functions.

Code

function s3fs_cors_update_8002() {
  \Drupal::configFactory()
    ->getEditable('s3fs_cors.settings')
    ->set('s3fs_sts_policy_resource', '')
    ->save(TRUE);
}