cloudyr / aws.s3

Amazon Simple Storage Service (S3) API Client
https://cloud.r-project.org/package=aws.s3
381 stars 147 forks source link

`aws.s3::get_bucket_df` does not work with Backblaze S3 #407

Open caewok opened 2 years ago

caewok commented 2 years ago

Backblaze S3 will return bucket lists without Owner:DisplayName. This causes as.data.frame.s3_bucket to fail when parsing the contents for get_bucket_df because there is a null field causing rbind.data.frame to throw an error. I will open a PR with possible fix.