
ojob ojob.io/s3/httpCheck bucket=mybucket site=https://my.site/some/path prefix=some/prefix justhead=true
Given a S3 bucket and a corresponding S3 website will try to download each object and cross-check with the S3 object information. Check ojob.io/s3/ops for S3 access options.
| Name | Description |
|---|---|
| bucket | The S3 bucket to use |
| site | The S3 website url prefix to use |
| prefix | The S3 prefix to use |
| justhead | Boolean flag that if true will prevent from downloading and just compare head metadata |