mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
Forgot to return 'None' in the s3 scheme
This commit is contained in:
@@ -35,6 +35,7 @@ class S3FileSystemHandler(resources.VolatilityHandler):
|
||||
if req.type == "s3":
|
||||
object_uri = "://".join(req.full_url.split("://")[1:])
|
||||
return s3fs.S3FileSystem().open(object_uri)
|
||||
return None
|
||||
else:
|
||||
raise exceptions.LayerException("s3 requirement is missing.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user