Skip to content

Commit 1819854

Browse files
authored
[s3] Skip throwing S3ConnectorUploadError from scheme check method (#4255)
1 parent 881eaca commit 1819854

File tree

1 file changed

+0
-2
lines changed
  • desktop/core/src/desktop/lib/fs/s3/core

1 file changed

+0
-2
lines changed

desktop/core/src/desktop/lib/fs/s3/core/upload.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,4 @@ def _get_scheme(self):
209209
if self.destination:
210210
if "://" in self.destination:
211211
return self.destination.split("://")[0].upper()
212-
else:
213-
raise S3ConnectorUploadError("Destination does not have a valid scheme")
214212
return None

0 commit comments

Comments
 (0)