Skip to content

Commit

Permalink
Add source attribute for FileObj (#51)
Browse files Browse the repository at this point in the history
The `source` attribute should be added to FileObj so it can be
used to construct valid JSON objects for the ingest move API.

Signed-off-by: David Brown <dmlb2000@gmail.com>
  • Loading branch information
dmlb2000 committed Feb 12, 2019
1 parent ec9043d commit 0d9f279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pacifica/uploader/metadata/metadata.py
Expand Up @@ -138,6 +138,7 @@ class MetaObj(_MetaObj):
FILE_KEYS = [
'destinationTable',
'name',
'source',
'subdir',
'size',
'hashtype',
Expand Down

0 comments on commit 0d9f279

Please sign in to comment.