upload a csv to aws s3

后端 未结 0 812
执念已碎
执念已碎 2021-02-03 17:09
def store_to_10_rss(tempDF):
    s3 = boto3.resource(\'s3\')
    try:
        s3.Object(\'abcData\', \'cr/working-files/unstructured_data/news-links/10_rss.csv\').load()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题