We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2126b3c + 95541f0 commit 5715a48Copy full SHA for 5715a48
jupyter_drives/base.py
@@ -123,13 +123,6 @@ def load_credentials(self):
123
self.provider = os.environ["JP_DRIVES_PROVIDER"]
124
return
125
126
- s = boto3.Session()
127
- c = s.get_credentials()
128
- self.access_key_id = c.access_key
129
- self.secret_access_key = c.secret_key
130
- self.region_name = s.region_name
131
- self.session_token = c.token
132
-
133
def check_excluded_and_included_drives(self):
134
# list of drives to exclude was provided
135
if len(self.excluded_drives) != 0:
0 commit comments