File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ Resources:
43
43
ReportBuildStatus : false
44
44
Type : " GITHUB"
45
45
Artifacts :
46
- Type : " S3"
47
- Location : !Ref GeneratedVectorsArtifactsS3Bucket
48
- Name : " /"
46
+ Type : " NO_ARTIFACTS"
49
47
Cache :
50
48
Type : " NO_CACHE"
51
49
Environment :
@@ -251,7 +249,6 @@ Resources:
251
249
Properties :
252
250
ManagedPolicyName : !Sub "CodeBuildBasePolicy-${ProjectName}-${AWS::Region}"
253
251
Path : " /service-role/"
254
- # TODO: The "arn:aws:s3:::generated-vectors-artifacts-bucket/*" is debug and should be removed
255
252
PolicyDocument : !Sub |
256
253
{
257
254
"Version": "2012-10-17",
@@ -277,7 +274,6 @@ Resources:
277
274
"Effect": "Allow",
278
275
"Resource": [
279
276
"arn:aws:s3:::codepipeline-${AWS::Region}-*",
280
- "arn:aws:s3:::generated-vectors-artifacts-bucket/*"
281
277
],
282
278
"Action": [
283
279
"s3:PutObject",
You can’t perform that action at this time.
0 commit comments