Skip to content

Commit

Permalink
Add docs from gofiber/storage@5de7b1b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent bfd326a commit 5a5a2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/storage/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func (s *Storage) Conn() *s3.Client
// Additional useful methods.
func (s *Storage) CreateBucket(bucket string) error
func (s *Storage) DeleteBucket(bucket string) error
func (s *Storage) DeleteMany(keys ...string) error
func (s *Storage) SetWithChecksum(key string, val []byte, checksum map[types.ChecksumAlgorithm][]byte) error
```

Expand Down

0 comments on commit 5a5a2e4

Please sign in to comment.