Closed
Bug 1433148
Opened 7 years ago
Closed 5 years ago
upgrade to boto3
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(2 files)
Socorro currently uses boto2, but Antenna uses boto3 and all future projects will use boto3. The moto project (which I'm looking at for mocking AWS things) uses boto3.
The boto2 docs suggest that boto3 is recommended for use and all new feature work is being done in boto3.
Miles prefers boto3.
Given that, we should upgrade to boto3. It's the future. It'll make our lives easier.
This bug covers upgrading Socorro from boto2 to boto3.
| Assignee | ||
Comment 1•7 years ago
|
||
Making this a P2. This plus bug #1425475 will simplify some our multi-environment auth configuration. It's worth at least looking into how complicated it is.
Priority: -- → P2
| Assignee | ||
Comment 2•7 years ago
|
||
This would be helpful to do at some point probably in conjunction with rewriting the processor, but we've dealt with all the issues at this point and can push this off.
Priority: P2 → P3
| Assignee | ||
Comment 3•6 years ago
|
||
I'm going to WONTFIX this. We're switching to GCP this year and given that, there's no point to upgrading to boto3 first.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Comment 4•6 years ago
|
||
Reopening this because we're not going to GCP.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Assignee | ||
Comment 5•6 years ago
|
||
Making this a P2 and block switching to SQS because we really want to be using boto3 to do that.
Blocks: 1583930
Priority: P3 → P2
| Assignee | ||
Comment 6•6 years ago
|
||
Grabbing this to work on next.
Assignee: nobody → willkg
Status: REOPENED → ASSIGNED
| Assignee | ||
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
willkg merged PR #5032: "bug 1433148: redo retry" in 84ed509.
| Assignee | ||
Comment 9•6 years ago
|
||
| Assignee | ||
Comment 10•6 years ago
•
|
||
willkg merged PR #5039: "bug 1433148: switch from boto to boto3" in 9951f9c.
This will autodeploy to stage. The plan is to let it sit on stage and fix any issues that come up, then do a prod deploy in December.
| Assignee | ||
Comment 11•5 years ago
•
|
||
Pushed this to prod just now in bug #1600745. Everything looks super!
Status: ASSIGNED → RESOLVED
Closed: 6 years ago → 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•