Managing AWS S3 objects via Python & boto3
I recently had a task which required updating a large number of JSON manifest files housed within S3 folders, so that Quicksight could read and import the data. boto3 makes this achievable with just a few lines of code. This […]