You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the file you're trying to import from the S3 Bucket doesn't exist in the local folder the import process will throw an error. This is due to a validation vendor/spryker/data-import/src/Spryker/Zed/DataImport/Business/Model/DataReader/FileResolver/FileResolver.php:63 that checks if the file exists in the file system.
The FileResolver.php file also needs to be overridden and replaced with a function to check whether the file exists in the S3 Bucket or not.
The text was updated successfully, but these errors were encountered:
If the file you're trying to import from the S3 Bucket doesn't exist in the local folder the import process will throw an error. This is due to a validation vendor/spryker/data-import/src/Spryker/Zed/DataImport/Business/Model/DataReader/FileResolver/FileResolver.php:63 that checks if the file exists in the file system.
The FileResolver.php file also needs to be overridden and replaced with a function to check whether the file exists in the S3 Bucket or not.
The text was updated successfully, but these errors were encountered: