moj-analytical-services / s3tools

Interact with files in s3 on the Analytical Platform
8 stars 2 forks source link

Sunset s3tools in favour of botor #51

Open Thomas-Hirsch opened 3 years ago

Thomas-Hirsch commented 3 years ago

botor is an R wrapper to boto3, with some nice helper functions for s3, specifically:

That covers all that s3tools is needed for, and works out of the gate as it does standard aws cred magic. I'd therefore suggest that s3tools gets deprecated altogether and the guidance is updated to have a conversion guide to the equivalent botor functions. An alternative would be to make s3tools use botor under the hood, but that would add an unnecessary maintenance burden for very little gain.