Hello.
I am currently trying to upgrade to the latest airbyte release.
I have been using airbyte to sync from postgres to s3.
Postgres source still works.
But when I try to setup my bucket destination, it gives me 403 error, even though I know I am providing the correct creds.
Airbyte logs mentions that the bucket does not exist, but it does.
However, the bucket name has a digit in the beginning, in this case
7b-lakehouse-dev
.
Is there a chance that in the latest s3 destination it does not like the
digit
as the first letter in the bucket name?….