Don't show non-https use, it's not a good practice
This commit is contained in:
11
README.md
11
README.md
@@ -24,17 +24,14 @@ go install git.ipng.ch/ipng/s3-genindex/cmd/s3-genindex@latest
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# Dry run to see what would be generated
|
||||
s3-genindex -d /path/to/dir -n
|
||||
|
||||
# Local directory
|
||||
s3-genindex -d /path/to/dir
|
||||
|
||||
# S3 bucket (requires AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY)
|
||||
s3-genindex -s3 http://minio.example.com:9000/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
|
||||
s3-genindex -s3 https://minio.example.com/bucket
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
Reference in New Issue
Block a user