Skip to content

Commit

Permalink
feat: Resumable uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Aug 28, 2024
1 parent 0fe4a5b commit ef3f479
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions storage3/resumable.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import os
from base64 import b64encode
from datetime import datetime

from .types import FileInfo, UploadMetadata


# __all__ = []


# WIP !!!

0 comments on commit ef3f479

Please sign in to comment.