- Amazon S3 宣布推出適用於 S3 Select 的新功能
- AWS S3 SELECT Command
- Selecting Content from Objects
- How to Use S3 Select to Save Time on Amazon S3
使用範例:
- Python + boto3 https://github.com/gregwhitaker/s3-select-example
import json with open('output.json', 'wt') as fout: for obj in objs: json.dump(obj, fout, indent=2, ensure_ascii=True) # 輸出結果 """ { "id": 13930241}{ "id": 13930240} """
沒有留言:
張貼留言