本文介绍了由于必需的".fifo",错误地设置了从S3存储桶到FIFO SQS队列的通知.后缀的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

伙计们,我相信我在最新的AWS FIFO SQS上遇到了一个小错误,有人针对我遇到的以下错误有解决方案吗?

  • 我已经在AWS SQS管理控制台(us-west-2区域)上创建了FIFO队列.要创建FIFO队列,SQS mgmt控制台要求,您需要在队列名称上插入".fifo"后缀(不寻常-建议在AWS上命名时不建议使用.")./p>

  • 我已经为此队列设置了适当的权限,以接收来自我在同一区域内拥有的存储桶的通知.

  • (错误)进入S3的管理控制台->选择适当的存储区->单击属性"->事件以在"ObjectCreated(All)"上设置事件通知.键入SQS队列的ARN名称时(可能)它抱怨."在队列名称上.

我知道我可以创建一个标准队列,但是我宁愿根据自己的需求创建一个FIFO队列.

谢谢.

解决方案

Fifo队列当前不兼容以接收通知.

检查注意: http://docs.aws. amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-subscribe-queue-sns-topic.html

Folks,I believe I've encountered a minor bug on the newest AWS FIFO SQS, does anyone have a solution for the following error I am getting?

  • I've created a FIFO queue on AWS SQS Management Console (us-west-2 region). To create a FIFO queue, SQS mgmt console requires that you insert a ".fifo" suffix on the queue's name (which is unusual -- "." is not recommended for naming anything on AWS).

  • I've set the appropriate permissions on this queue to receive notifications from a bucket I own on the same region.

  • (The error) Went to S3's management console -> chose the appropriate bucket -> clicked on "Properties" -> Events to setup event notifications on "ObjectCreated (All)". When typing the ARN name for the SQS queue it (expectedly) complains about the "." on the queue's name.

I understand I can instead create a standard queue, but I would much rather have a FIFO queue based on my requirements.

Thank you.

解决方案

Fifo queues currently are not compatible to receive notifications.

Check NOTE:http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-subscribe-queue-sns-topic.html

这篇关于由于必需的".fifo",错误地设置了从S3存储桶到FIFO SQS队列的通知.后缀的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 08:33