address comments

This commit is contained in:
Chris Lu
2026-02-19 16:32:04 -08:00
parent 96198d08dc
commit d13913e2cd
3 changed files with 25 additions and 8 deletions
@@ -2,13 +2,16 @@ package s3tables
import (
"context"
"encoding/json"
"fmt"
"net"
"net/http"
"os"
"path/filepath"
"strconv"
"strings"
"testing"
"text/template"
"time"
cryptorand "crypto/rand"