Skip to content

Commit

Permalink
fix: s3 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Jul 15, 2024
1 parent a53203c commit 3c838fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions s3/cont/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,3 @@ func (c *Controller) FormData(ctx context.Context, name string, size int64, cont
func (c *Controller) DeleteObject(ctx context.Context, name string) error {
return c.impl.DeleteObject(ctx, name)
}
func (c *Controller) GetImageThumbnailKey(ctx context.Context, name string) (string, error) {
return c.impl.GetImageThumbnailKey(ctx, name)
}

0 comments on commit 3c838fc

Please sign in to comment.