Skip to content

Commit

Permalink
gs: use 3-char prefixes (iterative#6759)
Browse files Browse the repository at this point in the history
Resolves iterative#6691. Normally it should have inherited this from the `ObjectFSWrapper`, but this seems like a leftover.
  • Loading branch information
isidentical authored Oct 11, 2021
1 parent 8580e66 commit 8767f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dvc/fs/gs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class GSFileSystem(CallbackMixin, ObjectFSWrapper):
REQUIRES = {"gcsfs": "gcsfs"}
PARAM_CHECKSUM = "etag"
DETAIL_FIELDS = frozenset(("etag", "size"))
TRAVERSE_PREFIX_LEN = 2

def _prepare_credentials(self, **config):
login_info = {"consistency": None}
Expand Down

0 comments on commit 8767f42

Please sign in to comment.