在python Glue作业中从S3存储桶读取JSON

时间:2020-03-05 09:53:21

标签: python json python-3.x amazon-s3 aws-glue

scope = ['https://spreadsheets.google.com/feeds','https://www.googleapis.com/auth/drive'] credentials = ServiceAccountCredentials.from_json_keyfile_name('s3://abc/def/spreadsheet.json',scope)

我在s3存储桶 s3://abc/def/spreadsheet.json 中有JSON文件,当我尝试提供从s3存储桶提取的相同路径时,它是在说文件或目录不存在。

我也尝试了boto3,但无法读取并将其传递给from_json_keyfile_name。

0 个答案:

没有答案