S3 configuration

So you want to use an S3 compatible storage backend to e.g. host files central or save costs for storage provisioning in the cloud? PodFetch now also supports S3 configuration. This is also valuable if you want to use a self-hosted MinIO instance and don't want to map and mount volumes around. It is currently necessary that you have your files in S3 configured readonly so people can stream them from there.

Environment variableDescriptionDefault
S3_URLThe URL of the S3 service.http://localhost:9000
S3_REGIONThe region of the S3 service.eu-west-1
S3_ACCESS_KEYThe access key of the S3 service./
S3_SECRET_KEYThe secret key of the S3 service./
S3_PROFILEThe profile of the S3 service./
S3_SECURITY_TOKENThe security token of the S3 service./
S3_SESSION_TOKENThe session token of the S3 service./