On Sun, Oct 21, 2012 at 1:57 AM, Massimo Di Pierro
<massimo.dipie...@gmail.com> wrote:
> Notice you can do
>
> $ pip install pyfilesystem
>
>>>> import pyfilesystem
>>>> s3 = fs.s3fs.S3FS(....)
>>>> db.define_table('mytable',....,Field('file','upload',uploadfs = s3),...)
>
> You can use any pyfilesystem (s3, dropbox, ftp, zip, etc) to store your
> uploads.

Wow thanks, that upload stuff will come in handy :)


> On Saturday, 20 October 2012 09:50:39 UTC-5, Andrew wrote:
>>
>> Ashraf,
>>
>> I replied on the github issue as well but you should be able to add boto
>> to web2py lib and use it to store photos on your S3 account without issue.
>> Let me know if you run into any problems.
>>
>> Regards,
>> Andrew
>>
>> On Saturday, October 20, 2012 9:43:08 AM UTC-5, apps in tables wrote:
>>>
>>> Hi,
>>>
>>> which cloud storage service is accessible from openshift-deployed web2py
>>> app?
>>>
>>> s3 , dropbox , google drive , ...
>>>
>>> My main purpose is to store photos.
>>>
>>> Regards,
>>>
>>> Ashraf
>
> --
>
>
>

-- 



Reply via email to