Here's what I'm trying to do:
I want to offer disk space on S3 (which is unlimited) and I charge the customer for the space they use. disk space is provided by Amazon (of course) but I want the FTP access to be handled through CPanel
So far I was able to do what I wanted through alot of manual config and it does work, but I'd like to make it easier for me and my customers. I have to manually create the ftp user through SSH given that I have to map the S3 drive(using S3FS) at some place like /cloud/customer. I tried to map the drive at /home/customer/cloud but it wouldn't work as it broke any subsequent attempt to create new accounts (they would get created in that new mount)
I don't know if that's clear enough, but feel free to ask any questions or offer any solutions.
Thanks
I want to offer disk space on S3 (which is unlimited) and I charge the customer for the space they use. disk space is provided by Amazon (of course) but I want the FTP access to be handled through CPanel
So far I was able to do what I wanted through alot of manual config and it does work, but I'd like to make it easier for me and my customers. I have to manually create the ftp user through SSH given that I have to map the S3 drive(using S3FS) at some place like /cloud/customer. I tried to map the drive at /home/customer/cloud but it wouldn't work as it broke any subsequent attempt to create new accounts (they would get created in that new mount)
I don't know if that's clear enough, but feel free to ask any questions or offer any solutions.
Thanks