Test HTTP Gateway _redirects support
- Init IPFS
- Launch IPFS Daemon
| package main | |
| import ( | |
| "archive/tar" | |
| "fmt" | |
| "io" | |
| "os" | |
| "strings" | |
| "testing/fstest" | |
| ) |
| #!/bin/bash | |
| set -e | |
| trap cleanup EXIT | |
| function cleanup { | |
| echo "Destroying infrastructure..." | |
| terraform destroy -auto-approve | |
| echo "Infrastructure destroyed." |
Test HTTP Gateway _redirects support
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [I copied release checklist from https://raw.githubusercontent.com/ipfs/kubo/289b4e1d6092d3003bc139c469bd41ec533f0fe2/docs/RELEASE_ISSUE_TEMPLATE.md to ipfs/kubo#9237. While copying, I replaced X.Y.Z with 0.16.0.
I got a fresh clone of Kubo:
git clone git@github.com:ipfs/kubo.git
cd kubo