Closed Bug 1098698 Opened 10 years ago Closed 10 years ago

SupportReasonAPIStorage is overriding BotoS3CrashStorage bucket_name

Categories

(Socorro :: Backend, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: lars)

References

Details

When debugging why this wasn't working on stage, I found that bucket_name was set to mozilla-support-reason. This is because SupportReasonAPIStorage class is doing:

BotoS3CrashStorage.required_config.bucket_name.set_default(
    val='mozilla-support-reason'
)
aha, I've seen this bug before, it is a configman problem.  I'll get on it.
Assignee: nobody → lars
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/f3abe9252a2f1f39114d79392fe9368aee087306
Merge pull request #2482 from twobraids/support-buckets

fixes Bug 1098698 - Support buckets overriding bucket name
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 111
You need to log in before you can comment on or make changes to this bug.