cloudyr / aws.s3

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

Fix #407—list Backblaze S3 contents #408

Open caewok opened 2 years ago

caewok commented 2 years ago

Fixes #407. 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. This PR corrects that issue by ensuring that NULL values are changed to NA in the relevant cases.

Please ensure the following before submitting a PR: