Skip to content

Commit

Permalink
fix some bulm renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 22, 2024
1 parent 29312e2 commit b2c751b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Driver/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ protected function createAwsUrlFromBucketAndRegion(?string $bucket, ?string $reg

protected function getSettingsPrefix(): string
{
$shareWithFoFUpload = (bool) $this->settings->get('FOF_S3-assets.share_s3_config_with_fof_upload');
$shareWithFoFUpload = (bool) $this->settings->get('fof-s3-assets.share_s3_config_with_fof_upload');

if ($shareWithFoFUpload) {
return 'fof-upload';
}

return 'FOF_S3-assets';
return 'fof-s3-assets';
}
}

0 comments on commit b2c751b

Please sign in to comment.