aws.s3 icon indicating copy to clipboard operation
aws.s3 copied to clipboard

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

Open caewok opened this issue 4 years ago • 0 comments

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.

caewok avatar Nov 05 '21 21:11 caewok