I think I have made a huge mistake. I am using Active Forums in combination with CKEditor and a cloud storage provider. What I was hoping to accomplish was to allow my users to upload photos, attach files etc, and not worry about precious server storage space. I didn't want to allow 10,000+ users unlimited access to upload 4mb photos of whatever.
I noticed last month that my Amazon s3 bill jumped from $2/month to over $50. This has to be a massive increase in put/git requests as that is where the money was showing up.
So I have a folder in DNN mapped to an S3 bucket. I have CKEditor set to allow users access to their own folders in this cloud folder.
I need to undo it. I will worry about the URL of the files in the forum via a sql script. My question is that if I move that cloud folder from S3 back to my server with the sub-folders and content intact, will my users still have access to these files? Will CKEditor recognize that the other folders have moved? I'm having a hard time explaining this so it makes sense so I hope it does.
Any insight would be very much appreciated. Thanks!
I noticed last month that my Amazon s3 bill jumped from $2/month to over $50. This has to be a massive increase in put/git requests as that is where the money was showing up.
So I have a folder in DNN mapped to an S3 bucket. I have CKEditor set to allow users access to their own folders in this cloud folder.
I need to undo it. I will worry about the URL of the files in the forum via a sql script. My question is that if I move that cloud folder from S3 back to my server with the sub-folders and content intact, will my users still have access to these files? Will CKEditor recognize that the other folders have moved? I'm having a hard time explaining this so it makes sense so I hope it does.
Any insight would be very much appreciated. Thanks!