mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 00:06:35 +08:00
S3: Add RequestTimeout in unittest.
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func Test_S3_SetWithChecksum(t *testing.T) {
|
||||
var (
|
||||
key = "john"
|
||||
key = "set-with-checksum"
|
||||
val = []byte("doe")
|
||||
sha256sum = sha256.New().Sum(val)
|
||||
checksum = map[types.ChecksumAlgorithm][]byte{
|
||||
|
Reference in New Issue
Block a user