on-rev upload limits and Amazon S3 as an alternative

Martin Koob mkoob at rogers.com
Fri Jan 28 17:01:45 EST 2011


I just realized I forgot one function that is in the s3auth.irev file

##from Mark Smith's LibS3
function makeObject pBucket, pKey
   replace "/" with empty in pBucket
   put "/" & pBucket into tObject
   if pKey is not empty then
      if char 1 of pKey is not "/" then put "/" after tObject
      put pKey after tObject
   end if
   return tObject
end makeObject


-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/on-rev-upload-limits-and-Amazon-S3-as-an-alternative-tp3244672p3245520.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list