poseinterface.s3.download_json_from_s3#
- poseinterface.s3.download_json_from_s3(bucket_name, key, aws_profile=None)[source]#
Download and parse a JSON file from S3.
- Parameters:
- Returns:
Parsed JSON content.
- Return type:
- Raises:
FileNotFoundError – If the file does not exist on S3.
ClientError – If there are other S3 access issues.