Don't show non-https use, it's not a good practice

This commit is contained in:
Pim van Pelt
2025-12-03 14:13:07 +01:00
parent f1ee4722c2
commit 579920bbfc

View File

@@ -24,17 +24,14 @@ go install git.ipng.ch/ipng/s3-genindex/cmd/s3-genindex@latest
## Quick Start ## Quick Start
```bash ```bash
# Dry run to see what would be generated
s3-genindex -d /path/to/dir -n
# Local directory # Local directory
s3-genindex -d /path/to/dir s3-genindex -d /path/to/dir
# S3 bucket (requires AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY) # S3 bucket (requires AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY)
s3-genindex -s3 http://minio.example.com:9000/bucket s3-genindex -s3 https://minio.example.com/bucket
# Dry run to see what would be generated
s3-genindex -d /path/to/dir -n
# Show index.html files in listings
s3-genindex -d /path/to/dir -i
``` ```
## Build ## Build