mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
S3: Add RequestTimeout in unittest.
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
// Additional methods for S3, but not required by gofiber Storage interface.
|
||||
|
||||
// SetWithChecksum sets key with value and checksum.
|
||||
// Key of `checksum` map is algorithm in upper cases, value is the checksum.
|
||||
// Currently only 4 algorithm are supported:
|
||||
//
|
||||
// Currently 4 algorithms are supported:
|
||||
// - types.ChecksumAlgorithmCrc32 (`CRC32`)
|
||||
// - types.ChecksumAlgorithmCrc32c (`CRC32C`)
|
||||
// - types.ChecksumAlgorithmSha1 (`SHA1`)
|
||||
|
Reference in New Issue
Block a user