Skip to content

Commit

Permalink
flask: config: add Minio example to object storage
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Nov 9, 2024
1 parent 8de34b1 commit 1897125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indi_allsky/flask/templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -4354,6 +4354,7 @@
<li>AWS: https://{bucket}.s3.{region}.{host}</li>
<li>GCP: https://{bucket}.{host}</li>
<li>OCI: https://objectstorage.{region}.{host}/n/{namespace}/b/{bucket}/o</li>
<li>Minio: https://{host}/{bucket}</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 1897125

Please sign in to comment.