Closed
Bug 1329736
Opened 8 years ago
Closed 8 years ago
upload_file_minidump files should get saved in /v1/dump/<crashid> on S3 [antenna]
Categories
(Socorro :: Antenna, task)
Socorro
Antenna
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
Currently, Antenna saves "upload_file_minidump" in "/v1/upload_file_minidump/<crashid>". However, the boto crashstorage for the current Socorro saves these files in "/v1/dump/<crashid>".
https://github.com/mozilla/socorro/blob/1e9d70f99b92d7a6abb86bf102377ad023e1fb27/socorro/external/boto/crashstorage.py#L140
This bug covers fixing this in Antenna so that Antenna does the same thing that Socorro's collector does.
Assignee | ||
Comment 1•8 years ago
|
||
I'm going to make this across an across the board change rather than a behavior that just affects the s3 crashstorage. That deviates from Socorro collector, but the other crash storage classes in Antenna are for development and debugging at this stage.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 years ago
|
Summary: upload_file_minidump files should get saved in /v1/dump on S3 [antenna] → upload_file_minidump files should get saved in /v1/dump/<crashid> on S3 [antenna]
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Comment 3•8 years ago
|
||
Landed and fixed.
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•8 years ago
|
||
Switching Antenna bugs to Antenna component.
Component: General → Antenna
You need to log in
before you can comment on or make changes to this bug.
Description
•