attempting to upload file with boto3 from same script it was created in but getting error: No such file or directory

后端 未结 0 1041
执笔经年
执笔经年 2021-01-03 09:06

here is the code

with open(\'browse_venues_current_content.json\', \'w\') as my_file:
  json.dump(endproduct, my_file)

 import boto3
 s3 = boto3.resource(\'s         


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