MCPcopy Index your code
hub / github.com/diffgram/diffgram / set_static_storage_option

Method set_static_storage_option

install.py:81–89  ·  view source on GitHub ↗
(self, option_number)

Source from the content-addressed store, hash-verified

79 rabbit_pass: str = 'admin'
80
81 def set_static_storage_option(self, option_number):
82 if option_number == 4:
83 self.static_storage_provider = 'gcp'
84 elif option_number == 2:
85 self.static_storage_provider = 'aws'
86 elif option_number == 3:
87 self.static_storage_provider = 'azure'
88 elif option_number == 1:
89 self.static_storage_provider = 'minio'
90
91 def set_gcp_credentials(self):
92 is_valid = False

Callers 1

installMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected