You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/aws-sdk-cpp/files/aws-sdk-cpp-upgrade_binary-...

15 lines
703 B

--- a/CI/binary-release-pipeline/lambda_publish.py (original)
+++ b/CI/binary-release-pipeline/lambda_publish.py (refactored)
@@ -39,9 +39,9 @@
prefix = publish_key_prefix,
config = config
)
- print('Uploading artifacts to https://s3.console.aws.amazon.com/s3/object/{bucket}/{key}'.format(
+ print(('Uploading artifacts to https://s3.console.aws.amazon.com/s3/object/{bucket}/{key}'.format(
bucket = publish_bucket,
- key = publish_key))
+ key = publish_key)))
s3.meta.client.copy(
{ 'Bucket': input_artifacts[i]['location']['s3Location']['bucketName'],