storagedriver/s3: Adding back missing import.

Signed-off-by: Collin Shoop <cshoop@digitalocean.com>
pull/3479/head
Collin Shoop 2021-08-12 10:54:11 -04:00
parent e625bc7160
commit 9e873f31ec
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import (
"io/ioutil"
"math/rand"
"os"
"reflect"
"strconv"
"strings"
"testing"