S3: Add RequestTimeout in unittest.

This commit is contained in:
Zhang Huangbin
2023-09-05 17:34:55 +08:00
parent ae41d2f5c1
commit e735c69371
4 changed files with 9 additions and 5 deletions

View File

@@ -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`)