Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Mar 9, 2021
1 parent e59f22c commit 1b45fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dulwich/cloud/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
from ..pack import PackData, Pack, load_pack_index_file


# TODO(jelmer): For performance, read ranges?


class GcsObjectStore(BucketBasedObjectStore):

def __init__(self, bucket, subpath=''):
Expand Down

0 comments on commit 1b45fef

Please sign in to comment.