Skip to content

Commit 61bf171

Browse files
committed
first working https prototype
1 parent b0c9684 commit 61bf171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activestorage/active.py

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ def __init__(
164164
self.filename = self.ds
165165
elif input_variable and self.storage_type == "s3":
166166
self.filename = self.ds.id._filename
167+
elif input_variable and self.storage_type == "https":
168+
self.filename = self.ds
167169

168170
# get storage_options
169171
self.storage_options = storage_options

0 commit comments

Comments
 (0)