Closed namse closed 7 years ago
(create function check IfNotExists as default)
createObject(url, objectType, content)
updateObject(url, objectType, content)
moveObject(url, objectType, destURL)
deleteObject(url, objectType)
getObject(url, objectType:optional)
return { objectType, data }
getObjectType(url)
return ObjectType(Public File, Draft File, Folder)
resolveURLToS3Key(url, objectType)
public
(create function check IfNotExists as default)
createObject(url, objectType, content)
updateObject(url, objectType, content)
moveObject(url, objectType, destURL)
deleteObject(url, objectType)
getObject(url, objectType:optional)
return { objectType, data }
getObjectType(url)
return ObjectType(Public File, Draft File, Folder)
private
resolveURLToS3Key(url, objectType)