Skip to content

Authentication problem occurs while using SES #113

@hongbin-dramancompany

Description

@hongbin-dramancompany

unable to sign request without credentials set error message

Our system is
config.action_mailer.delivery_method = :aws_sdk
Aws::Rails.add_action_mailer_delivery_method() and is using sdk as an option.

When an error occurs, the system sends a large number of e-mails to up to N users asynchronous jobs.
At this point, the above error message occurs (it works well in normal situatxions)

As far as I know, it occurs when the rate limit of authentication is exceeded.
Other aws services made aws client singleton, so the problem has been solved. Is there any way to fix that?


  • aws-sdk-rails (2.1.0)
  • aws-sdk-ses (1.24.0)
  • rails (6.1.7.5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    response-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions