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
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
I had this software working a few weeks ago, but now it does not work.
The S3 bucket scanner finds my two directories with 'manifest.edn' files, but does not add them to the
"watched directories" list. The list stays length 0, and no files are uploaded to Postgres (Redshift).
The DEBUG printout shows that it finds the manifest.edn file. There is no printout about "I found a manifest.edn file but did not like it".
The text was updated successfully, but these errors were encountered:
There's no feature that ignores old directories so it does sound a bit puzzling. I haven't observed anything like that myself. Were there any files apart from the manifest.edn files in the folders? Not that that should have any consequence but I'm trying to figure out what is happening.
Another wild idea: are you sure the rights on the bucket were right? Maybe your user didn't have the correct rights for the bucket.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had this software working a few weeks ago, but now it does not work.
The S3 bucket scanner finds my two directories with 'manifest.edn' files, but does not add them to the
"watched directories" list. The list stays length 0, and no files are uploaded to Postgres (Redshift).
The DEBUG printout shows that it finds the manifest.edn file. There is no printout about "I found a manifest.edn file but did not like it".
The text was updated successfully, but these errors were encountered: