Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/s3 integration #1125

Merged
merged 9 commits into from
Jan 12, 2025
Merged

Feat/s3 integration #1125

merged 9 commits into from
Jan 12, 2025

Conversation

SamTV12345
Copy link
Owner

@SamTV12345 SamTV12345 commented Jan 8, 2025

Added s3 hosting

  • put everything into s3
  • handle retrieval or streaming

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 variable Description Default
S3_URL The URL of the S3 service. http://localhost:9000
S3_REGION The region of the S3 service. eu-west-1
S3_ACCESS_KEY The access key of the S3 service. /
S3_SECRET_KEY The secret key of the S3 service. /
S3_PROFILE The profile of the S3 service. /
S3_SECURITY_TOKEN The security token of the S3 service. /
S3_SESSION_TOKEN The session token of the S3 service. /

@SamTV12345 SamTV12345 merged commit 5f0ea21 into main Jan 12, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant