Linode S3 Object Storage icon

Linode S3 Object Storage

Setup

To create a new asset volume for your Amazon S3 bucket, go to Settings → Assets, create a new volume, and set the Volume Type setting to “Linode S3”.

Environment Variables

To allow you to setup different Buckets for different environments, you can set these handy environment variables in your .env and .env.example (so you don't forget them after pushing to source control):

# The Linode Object Storage Access Key with read/write access to Buckets
LINODE_S3_ACCESS_KEY=

# The Linode Object Storage Access Secret
LINODE_S3_SECRET=

# THE URL endpoint for your Buckets
LINODE_S3_ENDPOINT=

# The region your Object Storage bucket is in
LINODE_S3_REGION=

# The name of your bucket
LINODE_S3_BUCKET=

# The URL of the bucket
LINODE_S3_BUCKET_URL=
Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
342
Version
2.0.1
License
MIT
Compatibility
Craft 3, Craft 4
Last release
August 14, 2022
Categories
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs