From d05088a7a11ed92c35e21ae5f89920f64b4b8f17 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Gomes Date: Fri, 19 Jul 2024 11:03:40 +0400 Subject: [PATCH] The action s3:HeadBucket does not exist. The API called HeadBucket authorizes against the IAM action s3:ListBucket. --- src/tasks/S3Upload/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/S3Upload/task.json b/src/tasks/S3Upload/task.json index 77e5c92c..b4192d8d 100644 --- a/src/tasks/S3Upload/task.json +++ b/src/tasks/S3Upload/task.json @@ -4,7 +4,7 @@ "friendlyName": "Amazon S3 Upload", "description": "Upload file and folder content to an Amazon Simple Storage Service (S3) Bucket on AWS", "author": "Amazon Web Services", - "helpMarkDown": "Please refer to [Working with Amazon S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html) for more information on working with Amazon S3.\n\nMore information on this task can be found in the [task reference](https://docs.aws.amazon.com/vsts/latest/userguide/s3-upload.html).\n\n####Task Permissions\nThis task requires permissions to call the following AWS service APIs (depending on selected task options, not all APIs may be used):\n* s3:CreateBucket\n* s3:HeadBucket\n\nContent uploads are performed using S3's PutObject API and/or the multi-part upload APIs. The specific APIs used depend on the size of the individual files being uploaded.", + "helpMarkDown": "Please refer to [Working with Amazon S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html) for more information on working with Amazon S3.\n\nMore information on this task can be found in the [task reference](https://docs.aws.amazon.com/vsts/latest/userguide/s3-upload.html).\n\n####Task Permissions\nThis task requires permissions to call the following AWS service APIs (depending on selected task options, not all APIs may be used):\n* s3:CreateBucket\n* s3:ListBucket\n\nContent uploads are performed using S3's PutObject API and/or the multi-part upload APIs. The specific APIs used depend on the size of the individual files being uploaded.", "category": "Deploy", "visibility": ["Build", "Release"], "demands": [],