Skip to content

Commit 20ee0c8

Browse files
committed
B2B-1876: New directories in pub/media do not get synced back to local filesystem from S3 Remote Storage
- upgrade message
1 parent 43a749a commit 20ee0c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/src/Magento/Setup/Console/Command/UpgradeCommand.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ protected function execute(InputInterface $input, OutputInterface $output)
163163
'<info>Please re-run Magento compile command. Use the command "setup:di:compile"</info>'
164164
);
165165
}
166+
$output->writeln(
167+
"<info>Media files stored outside of 'Media Gallery Allowed' folders"
168+
. " will not be available to the media gallery.</info>"
169+
);
170+
$output->writeln(
171+
'<info>Please refer to Developer Guide for more details.</info>'
172+
);
166173
} catch (\Exception $e) {
167174
$output->writeln('<error>' . $e->getMessage() . '</error>');
168175
return Cli::RETURN_FAILURE;

0 commit comments

Comments
 (0)