I believe I have read the documentation, in case I missed something. My bad.
Im trying to load csv files from the root of a S3 bucket. The 'test connection’ in the portal turns green but when trying to synchronize in timextender it tells me I have to enter a value for ‘path’.
I have tried these so far:
/
.
mybucketname/
inbound/
s3://mybucketname/inbound/
But timextender keeps throwing errors saying the directory does not exist.
I can succesfully connect to it and download the csv's via Python so Im quite sure the setup is correct.
Does anyone know what to fill in for ‘path’?