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.
1 parent 881eaca commit 1819854Copy full SHA for 1819854
desktop/core/src/desktop/lib/fs/s3/core/upload.py
@@ -209,6 +209,4 @@ def _get_scheme(self):
209
if self.destination:
210
if "://" in self.destination:
211
return self.destination.split("://")[0].upper()
212
- else:
213
- raise S3ConnectorUploadError("Destination does not have a valid scheme")
214
return None
0 commit comments