Skip to content

Commit

Permalink
ACP-4065: Adjusted AWS S3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
pushokwhite committed Oct 11, 2024
1 parent b291b95 commit 26cb469
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/Shared/config_default.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,10 @@
$config[FileSystemConstants::FILESYSTEM_SERVICE] = [
's3-import' => [
'sprykerAdapterClass' => Aws3v3FilesystemBuilderPlugin::class,
'root' => '/',
'path' => '/',
'key' => '',
'secret' => '',
'bucket' => '',
'version' => '',
'region' => '',
],
'files-import' => [
Expand Down

0 comments on commit 26cb469

Please sign in to comment.