Skip to content

Commit ef1edbb

Browse files
author
topher
authored
Merge pull request #654 from voxel51/release/v0.14.2
Release/v0.14.2
2 parents 2dc6e86 + 7becab2 commit ef1edbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eta/core/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ def __init__(
14121412
if credentials is not None:
14131413
credentials["region_name"] = credentials.pop("region", None)
14141414

1415-
credentials.pop("credential_process", None)
1415+
credentials.pop("credential_process", None)
14161416

14171417
try:
14181418
super(S3StorageClient, self).__init__(

0 commit comments

Comments
 (0)