CC-5896: Store cloud files in separate table, inherited from cc_files
This commit is contained in:
parent
b38f3d7e03
commit
f1ea100411
11 changed files with 165 additions and 130 deletions
|
@ -41,7 +41,7 @@ class CloudStorageUploader:
|
|||
except OSError:
|
||||
logging.info("Could not remove %s from organize directory" % audio_file_path)
|
||||
|
||||
metadata["s3_object_name"] = object_name
|
||||
metadata["resource_id"] = object_name
|
||||
return metadata
|
||||
|
||||
def delete_obj(self, obj_name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue