Skip to content

Commit ae239cf

Browse files
committed
B2B-1876: New directories in pub/media do not get synced back to local filesystem from S3 Remote Storage
- address code review comment
1 parent 1558f3a commit ae239cf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/RemoteStorage/Model/Filesystem/Directory

1 file changed

+1
-1
lines changed

app/code/Magento/RemoteStorage/Model/Filesystem/Directory/Write.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(
4040
DriverInterface $driver,
4141
$path,
4242
Filesystem $filesystem,
43-
$createPermissions = null,
43+
?int $createPermissions = null,
4444
?PathValidatorInterface $pathValidator = null
4545
) {
4646
parent::__construct($fileFactory, $driver, $path, $createPermissions, $pathValidator);

0 commit comments

Comments
 (0)