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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to