Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Feb 9, 2023
1 parent 9be7a2a commit 4add561
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gcs/get_gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ type Getter struct {
// Timeout sets a deadline which all GCS operations should
// complete within. Zero value means no timeout.
Timeout time.Duration

// FileSizeLimit limits the size of an single
// decompressed file.
//
// The zero value means no limit.
FileSizeLimit int64
}

func (g *Getter) Mode(ctx context.Context, u *url.URL) (getter.Mode, error) {
Expand Down

0 comments on commit 4add561

Please sign in to comment.