#2176589: AWS PHP SDK v2 support removes the dependency on the awssdk module, at the expense of managing credentials from the UI. I need to investigate to see if we can do a really slimmed down module update at the AWS SDK that just provides credential management. Otherwise, I can do an update hook to migrate the variables over.

CommentFileSizeAuthor
#1 2471849.1-config-ui.patch19.52 KBdeviantintegral
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deviantintegral’s picture

Status: Active » Needs review
FileSize
19.52 KB

The awssdk module is split into awssdk2 for the 2.x AWS SDK. Unfortunately, it uses ctools exportables for basic configuration, along with a serialized database column. Rather than use it, I've opted to just keep the settings ourselves.

Since awsdk2 uses composer manager, it can be used without conflicts at the same time. Yay!

This depends on #2176589: AWS PHP SDK v2 support.

deviantintegral’s picture

Status: Needs review » Fixed

Committed at 0e80f2c.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.