标签: python amazon-s3 boto3
upload = s3.upload_file('image.png','存储桶名称','folder_in_s3'+ image2.png')
我正在尝试将文件上传到s3存储桶文件夹。我无法获取文件夹上传的路径。