Skip to content

Commit

Permalink
changed dafault storage from azure to s3 when to config file is not p…
Browse files Browse the repository at this point in the history
…resent. (#273)
  • Loading branch information
brayan-trejo authored Jul 9, 2024
1 parent b701d5c commit 8367b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ var mountCmd = &cobra.Command{
pipeline = append(pipeline, "attr_cache")
}

pipeline = append(pipeline, "azstorage")
pipeline = append(pipeline, "s3storage")
options.Components = pipeline
}

Expand Down

0 comments on commit 8367b98

Please sign in to comment.