Skip to content

Commit e3e9e72

Browse files
committed
correct required attributes for proxy server
1 parent c0bb208 commit e3e9e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/models/storage_location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class UploadType(str, Enum):
136136
StorageLocationType.EXTERNAL_OBJECT_STORE: {"bucket", "endpoint_url"},
137137
StorageLocationType.EXTERNAL_SFTP: {"url"},
138138
StorageLocationType.EXTERNAL_HTTPS: {"url"},
139-
StorageLocationType.PROXY: {"proxy_url", "secret_key"},
139+
StorageLocationType.PROXY: {"proxy_url", "secret_key", "benefactor_id"},
140140
}
141141

142142

0 commit comments

Comments
 (0)