Allow this module to use a separate AWS key from s3fs key

Created on 2 September 2022, over 2 years ago
Updated 18 January 2023, about 2 years ago

Problem/Motivation

This module currently piggybacks credentials used in the s3fs module. For the site I'm working on, the keys used for s3fs and CloudFront are separate. We need to have a way to use a different key from the s3fs key.

Proposed resolution

  • Use $settings['aws.access_key'] and $settings['aws.secret_key']
  • Fallback to $settings['s3fs.access_key'] and $settings['s3fs.secret_key'] if above is not provided

Remaining tasks

Write a patch to use $settings['aws.access_key'] and $settings['aws.secret_key']
Update README to reflect the change

Feature request
Status

Fixed

Version

3.0

Component

Code

Created by

🇨🇦Canada andrew.wang

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024