Page MenuHomePhabricator

Set up support for SES API hosts.
AbandonedPublic

Authored by epriestley on Sep 17 2014, 3:37 AM.
Tags
None
Referenced Files
F14014485: D10505.diff
Sun, Nov 3, 5:20 AM
F14005631: D10505.diff
Sun, Oct 27, 5:17 PM
F13970827: D10505.diff
Thu, Oct 17, 10:01 AM
Unknown Object (File)
Fri, Oct 11, 11:39 AM
Unknown Object (File)
Sep 12 2024, 6:25 AM
Unknown Object (File)
Sep 5 2024, 9:53 AM
Unknown Object (File)
Sep 4 2024, 3:22 PM
Unknown Object (File)
Sep 4 2024, 10:41 AM
Tokens
"Like" token, awarded by arcdigital.

Details

Summary

Add amazon-ses.host config value. It is currently defaulted to the same value it would have been if unset, so it should not affect existing users.

Test Plan

Tried with multiple values (default and west coast).

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2554
Build 14024: Run Core Tests
Build 2558: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

disciplezero retitled this revision from to Set up support for SES API hosts..
disciplezero updated this object.
disciplezero edited the test plan for this revision. (Show Details)
disciplezero added a reviewer: epriestley.

写得很好

conf/default.conf.php
337

写得不错

@epriestley are you open to taking this? (Ran into this issue because I got SES set up on the west coast and Amazon makes you contact support if you want to send email from new regions :/)

@disciplezero are you still maintaining this? or should i commandeer it?

conf/default.conf.php
337

Probably should be "amazon-ses.endpoint" for consistency and set to null here.

src/applications/config/option/PhabricatorAWSConfigOptions.php
26

See line 39 for indentation style

epriestley abandoned this revision.
epriestley edited reviewers, added: disciplezero; removed: epriestley.

Obsoleted by D15515.