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.
Reviews
This plugin doesn't have any reviews.
Active Installs
471
License
MIT
Last release
November 18, 2024
Activity (30 days)
1
Closed Issues
0
Open Issues
1
Merged PRs
0
Open PRs