Hey team, Is there any special I/O configuration n...
# daft-dev
p
Hey team, Is there any special I/O configuration needed to read files from S3 Express One Zone Storage Class? Currently, a simple
daft.read_parquet
call pointing to a parquet file in my directory bucket keeps raising a
FileNotFoundError
.
j
Hmm I’m not sure. Perhaps we need to update our SDK @Sammy Sidhu ?
s
Yeah I believe s3 express handles credentials a bit differently, which is why we probably are getting a 403 which get's propagated a a FileNotFoundError
let's make an issue and crank this out?
p
@Sammy Sidhu, sure I’ll create an issue.