File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ Resources:
144144 Action :
145145 - s3:PutObject
146146 Resource : !Sub "arn:aws:s3:::${BlobsTempStorageBucketPrefix}-${Environment}/*"
147- - Effect : Allow
148- Action :
149- - sqs:SendMessage
150- Resource :
151- - !GetAtt OwenBlobsQueue.Outputs.OwenBlobsQueueArn
147+ # - Effect: Allow
148+ # Action:
149+ # - sqs:SendMessage
150+ # Resource:
151+ # - !GetAtt OwenBlobsQueue.Outputs.OwenBlobsQueueArn
152152
153153 OwenLambdaSecrets :
154154 Type : AWS::SecretsManager::Secret
@@ -232,7 +232,7 @@ Resources:
232232 MessageFolderAttributeName : !Ref MessageFolderAttributeName
233233 UnprocessedStatusValue : !Ref UnprocessedStatusValue
234234 StorachaBridgeUrl : !Ref StorachaBridgeUrl
235- OwenBlobsQueueUrl : !GetAtt OwenBlobsQueue.Outputs.OwenBlobsQueueUrl
235+ # OwenBlobsQueueUrl: !GetAtt OwenBlobsQueue.Outputs.OwenBlobsQueueUrl
236236 BlobsTempStorageBucketName : !Sub "${BlobsTempStorageBucketPrefix}-${Environment}"
237237
238238 OwenTwo :
@@ -253,7 +253,7 @@ Resources:
253253 MessageFolderAttributeName : !Ref MessageFolderAttributeName
254254 UnprocessedStatusValue : !Ref UnprocessedStatusValue
255255 StorachaBridgeUrl : !Ref StorachaBridgeUrl
256- OwenBlobsQueueUrl : !GetAtt OwenBlobsQueue.Outputs.OwenBlobsQueueUrl
256+ # OwenBlobsQueueUrl: !GetAtt OwenBlobsQueue.Outputs.OwenBlobsQueueUrl
257257 BlobsTempStorageBucketName : !Sub "${BlobsTempStorageBucketPrefix}-${Environment}"
258258
259259 OwenThree :
You can’t perform that action at this time.
0 commit comments