Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File resolver updates are missing from S3 Import documentation #1613

Open
djimenez-kg opened this issue Feb 11, 2023 · 0 comments
Open

File resolver updates are missing from S3 Import documentation #1613

djimenez-kg opened this issue Feb 11, 2023 · 0 comments

Comments

@djimenez-kg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant