Issue
The connector is not loading all files in sub-directories in the bucket.
Environment
Connector: Amazon S3
Resolution
Please make sure that
- The files and subdirectories are accessible for your connector.
- The subdirectory has the required files.
- If you are using any regular expression(regex) pattern in your connector setup form, then please make sure it picks up the intended files. You can check the correctness of your regex: https://regex101.com/.
Cause
- Insufficient permissions.
- Empty directory/subdirectory.
- Incorrect regular expression.