Adjix has options for using a custom url and storing the shortened links in a S3 container so they are fully transportable in the event the service fails. It would be great to add support for using these custom domains with the Adjix service in the shorten module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 714982_2_adjix_custom_url_support.patch | 1.04 KB | jbrauer |
Comments
Comment #1
icecreamyou commentedI don't have an Adjix account so I can't test this to make absolutely sure it works, but I just committed code that should make Shorten URLs support Adjix custom domains. Let me know if it doesn't work (you have to go to the Shorten API Keys page first to put in your domain).
Comment #2
jbrauer commentedA few fixes... It may make sense to reorder the if/else clause but I just negated the test instead which should be functionally the same.
Comment #3
icecreamyou commentedCommitted, thanks.