Try to migrate minio to NAS

Try to move as much of the S3 load onto the NAS as I am able to manage,
incluing pointing s3.thehellings.lan towards the NAS
This commit is contained in:
Greg Hellings
2024-08-16 22:46:05 -05:00
parent 400ba3eef7
commit 4d4beaf620
11 changed files with 8 additions and 48 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ in {
proxy_download = false; # Tell them to reach out to object storage themselves!
connection = {
provider = "AWS";
endpoint = "http://minio-01.thehellings.lan:9000";
endpoint = "http://s3.thehellings.lan:9000";
region = "us-east-1";
aws_access_key_id = { _secret = config.age.secrets.minio_access_key_id.path; };
aws_secret_access_key = { _secret = config.age.secrets.minio_secret_access_key.path; };