I personally do upload files during testing.

I have separate buckets for production testing and development, just like 
databases..

s3_bucket (RAILS_ENV  == 'production' ? "museapp-streaming" : 
"muse-app-streaming-dev" )

is a sample of production and development config


On 18 Mar 2010, at 22:22, doug livesey wrote:

> Hi -- just starting to play with S3 (I like to stay on the cutting edge), and 
> was wondering what people do to avoid uploading data during cucumber runs?
> One thought I had was to change the storage method to a local dir if the 
> RAILS_ENV is "cucumber", then clear it out after each cuke run.
> But I can't shake the nagging feeling that there's something much simpler 
> that I'm missing, or even that I'm worrying about a non-issue.
> So any advice or recommendations would be, as ever, greatly appreciated.
> Cheers,
>    Doug.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "NWRUG" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/nwrug-members?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"NWRUG" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nwrug-members?hl=en.

Reply via email to