Skip to content

Commit

Permalink
Merge 5dca445 into e538b7b
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Sep 17, 2019
2 parents e538b7b + 5dca445 commit 46d404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapackage/resource.py
Expand Up @@ -489,7 +489,7 @@ def _inspect_source(data, path, base_path, storage):
elif len(path) == 1:

# Remote
if path[0].startswith('http'):
if path[0].startswith('http') or path[0].startswith('ftp') or path[0].startswith('s3'):
inspection['source'] = path[0]
inspection['remote'] = True
elif base_path and base_path.startswith('http'):
Expand Down

0 comments on commit 46d404b

Please sign in to comment.