HT
10/25/2023, 9:41 AMoptPl={"aws_access_key_id": conf["access_key_id"],
"aws_secret_access_key":conf["secret_access_key"],
'aws_region':"us-east-1",
'endpoint_url':conf['endpoint']}
pl.concat([pl.scan_parquet(f"s3://{file}",storage_options=optPl) for file in paths])
But got : ComputeError: Generic S3 error: response error "No Body", after 0 retries: HTTP status client error (403 Forbidden) for url (<https://LAKEFS-SELF-HOSTED-SERVER/repo/main/><redacted_path>/annotation.parquet)
I checked that the path to the file is correct ...Itai Admi
10/26/2023, 8:45 AMHT
10/26/2023, 8:52 AMItai Admi
10/26/2023, 9:58 AMHT
10/26/2023, 10:34 AM