hoandang/wordpress-s3-uploads-drop-in

Wordpress S3 Uploads Drop In

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 3

Open Issues: 0

Type:wordpress-plugin

pkg:composer/hoandang/wordpress-s3-uploads-drop-in

1.7 2019-08-28 08:06 UTC

This package is auto-updated.

Last update: 2025-10-10 20:41:50 UTC


README

Chuck these variables to your .env

AWS_S3_PATH (/public for example)
AWS_S3_BUCKET
AWS_S3_BUCKET_URL (the public or cloudfront url of that bucket)

(Optional if using IAM role)
AWS_ACCESS_KEY_ID 
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN (If using temp creds from local aws profile)

Inspired by https://github.com/humanmade/S3-Uploads