is there any example config for s3 storage ? #49

Closed
opened 2026-02-16 00:19:24 -05:00 by yindo · 3 comments
Owner

Originally created by @system-man on GitHub (Mar 19, 2025).

Originally created by @system-man on GitHub (Mar 19, 2025).
yindo closed this issue 2026-02-16 00:19:24 -05:00
Author
Owner

@DavideDelbianco commented on GitHub (Mar 20, 2025):

I use it with self hosted MinIO S3 storage
All I had to do after the release of v0.0.6-local was to add those ENV variables to the plugin_daemon service in docker-compose:

PLUGIN_STORAGE_TYPE: "aws_s3"
PLUGIN_STORAGE_OSS_BUCKET: "dify-plugin"
S3_USE_AWS_MANAGED_IAM: false
S3_ENDPOINT: minio:9000
AWS_ACCESS_KEY: your-minio-access-key
AWS_SECRET_KEY: your-minio-secret-key
AWS_REGION: auto

@DavideDelbianco commented on GitHub (Mar 20, 2025): I use it with self hosted MinIO S3 storage All I had to do after the release of v0.0.6-local was to add those ENV variables to the plugin_daemon service in docker-compose: PLUGIN_STORAGE_TYPE: "aws_s3" PLUGIN_STORAGE_OSS_BUCKET: "dify-plugin" S3_USE_AWS_MANAGED_IAM: false S3_ENDPOINT: minio:9000 AWS_ACCESS_KEY: your-minio-access-key AWS_SECRET_KEY: your-minio-secret-key AWS_REGION: auto
Author
Owner

@steveGuRen commented on GitHub (Mar 24, 2025):

I use it with self hosted MinIO S3 storage All I had to do after the release of v0.0.6-local was to add those ENV variables to the plugin_daemon service in docker-compose:

PLUGIN_STORAGE_TYPE: "aws_s3" PLUGIN_STORAGE_OSS_BUCKET: "dify-plugin" S3_USE_AWS_MANAGED_IAM: false S3_ENDPOINT: minio:9000 AWS_ACCESS_KEY: your-minio-access-key AWS_SECRET_KEY: your-minio-secret-key AWS_REGION: auto

hi, is this work?

@steveGuRen commented on GitHub (Mar 24, 2025): > I use it with self hosted MinIO S3 storage All I had to do after the release of v0.0.6-local was to add those ENV variables to the plugin_daemon service in docker-compose: > > PLUGIN_STORAGE_TYPE: "aws_s3" PLUGIN_STORAGE_OSS_BUCKET: "dify-plugin" S3_USE_AWS_MANAGED_IAM: false S3_ENDPOINT: minio:9000 AWS_ACCESS_KEY: your-minio-access-key AWS_SECRET_KEY: your-minio-secret-key AWS_REGION: auto hi, is this work?
Author
Owner

@DavideDelbianco commented on GitHub (Mar 24, 2025):

Why would I reply with instructions on what to change?
It's written in English, either try it or read the commits of this repo...

@DavideDelbianco commented on GitHub (Mar 24, 2025): Why would I reply with instructions on what to change? It's written in English, either try it or read the commits of this repo...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#49