Skip to content

Commit

Permalink
chore: capture future design consideration
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Feb 11, 2025
1 parent 0e40c52 commit 3721007
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ietf/doc/storage_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
from ietf.utils.timezone import timezone



# TODO-BLOBSTORE
# Consider overriding save directly so that
# we capture metadata for, e.g., ImageField objects
class CustomS3Storage(S3Storage):

def __init__(self, **settings):
Expand Down

0 comments on commit 3721007

Please sign in to comment.