Skip to content

Commit 7becab2

Browse files
authored
Merge pull request #653 from voxel51/kacey/fix-s3-credential_process
2 parents 2383c10 + 148a659 commit 7becab2

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)