Page MenuHomePhabricator

Set up support for SES API hosts.
AbandonedPublic

Authored by epriestley on Sep 17 2014, 3:37 AM.
Tags
None
Referenced Files
F13196484: D10505.diff
Sun, May 12, 11:18 PM
F13192756: D10505.id25242.diff
Sun, May 12, 9:37 AM
Unknown Object (File)
Fri, May 3, 4:51 AM
Unknown Object (File)
Thu, Apr 25, 12:40 AM
Unknown Object (File)
Mar 4 2024, 9:47 PM
Unknown Object (File)
Mar 4 2024, 2:05 PM
Unknown Object (File)
Feb 27 2024, 7:23 PM
Unknown Object (File)
Feb 14 2024, 7:09 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.