Kevin Marsh

Results 5 comments of Kevin Marsh

Are you opposed to adding an (optional) parameter to the `Upload` function? e.g., ``` go func (b *Bucket) Upload(r io.Reader, name, mimeType string, customMetadata map[string]string) (*FileInfo, error) ```

I had this exact same issue! I'm not sure if it's a bug or not but I worked around it by renaming `javascript/entrypoints/application.css` (the one with my actual app's source/Tailwind...

I did some quick Google/Newegg searches and put together this estimate, maybe it'll save someone 10 minutes: ![image](https://user-images.githubusercontent.com/100/42331338-30ad6b5e-8043-11e8-886e-cacffe961e23.png) Looks to be about $9,633 at today's prices, not including the rack...

Figured out the console and logs bit: ## Console ``` sudo service [app_name] remote_console ``` ## Logs ``` tail -f deployments/[app_name]/var/log/* ``` I'm still struggling with a `runner` equivalent. `sudo...