-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use S3 for image upload/storage #2
Comments
@tubaman, would you mind creating |
@tubaman Also, FYI, this repo is public, so if you can email me credentials instead of posting them here, that would be lovely. They'll only live on the production server as ENV vars. |
What problem are we trying to solve? What do you mean blocking the All that being said, I can certainly create an S3 bucket if that's what
On Mon, Aug 13, 2012 at 04:01:09PM -0700, eprothro wrote:
|
There are other reasons for wanting to use S3 than performance (e.g. not using a lot of the free database to store images and files, content assets coming from S3 instead of more requests to the free app), but also the Heroku infrastructure isn't inherently multi-threaded the same way it would be if we were running on a dedicated server/VM. If it's not too much trouble/cost, an S3 bucket would be great. Happy to discuss if you want. Thanks, Evan Prothro On Aug 14, 2012, at 11:35 AM, Ryan Nowakowski wrote: What problem are we trying to solve? What do you mean blocking the All that being said, I can certainly create an S3 bucket if that's what
On Mon, Aug 13, 2012 at 04:01:09PM -0700, eprothro wrote:
— |
Makes sense. Do we want a new AWS account for this S3 bucket? Use the
On Tue, Aug 14, 2012 at 10:12:49AM -0700, eprothro wrote:
|
I'm fine with the existing if you are. Evan Prothro On Aug 14, 2012, at 1:38 PM, Ryan Nowakowski wrote: Makes sense. Do we want a new AWS account for this S3 bucket? Use the
On Tue, Aug 14, 2012 at 10:12:49AM -0700, eprothro wrote:
— |
If we roll our own, we'll need an S3 directory for us to use for paper-cliping (e.g. not blocking our server during upload) images and files?
The text was updated successfully, but these errors were encountered: