Skip to content

Commit

Permalink
[Storage] Update gcsfuse to 1.0.1 (#2470)
Browse files Browse the repository at this point in the history
update gcsfuse
  • Loading branch information
romilbhardwaj authored Aug 27, 2023
1 parent 285f4f5 commit 05e199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ class GcsStore(AbstractStore):
"""

_ACCESS_DENIED_MESSAGE = 'AccessDeniedException'
GCSFUSE_VERSION = '0.42.3'
GCSFUSE_VERSION = '1.0.1'

def __init__(self,
name: str,
Expand Down

0 comments on commit 05e199b

Please sign in to comment.