简体   繁体   English

如何从 aws s3 获取文件,然后使用 python 将其附加到 Jira 票证?

[英]How to get a file from aws s3 and then attach it to a Jira ticket using python?

我将如何从 aws s3 存储桶中获取文件,然后将其附加到一个问题,该问题将使用 aws lambda 使用 python 推送到 Jira。

The code would download a file from Amazon S3 using the boto3 AWS SDK for Python .该代码将使用boto3 AWS SDK for Python从 Amazon S3 下载文件。

Then the code would add the attachment to a JIRA issue using the JIRA API .然后代码将使用JIRA API将附件添加到 JIRA 问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM