0
Namespace collision between Session Replays and FileBlobs prevents S3 Lifecycle Management
Source: getsentry/sentry#111688 · opened by @adiantek
Namespace collision between Session Replays and FileBlobs prevents S3 Lifecycle Management: There is a path collision in the underlying storage (S3) between Session Replay segments and generic FileBlobs.
• Replays use a retention-based prefix: "{retention_days or 30}/{project_id}/{replay_id}/{segment_id}" (e.g., 90/123/...):
• FileBlobs use a hashed path: shards/path (e.g., 90/7b0d/... where 90 is a hash prefix):
• Replays use a retention-based prefix: "{retention_days or 30}/{project_id}/{replay_id}/{segment_id}" (e.g., 90/123/...):
• FileBlobs use a hashed path: shards/path (e.g., 90/7b0d/... where 90 is a hash prefix):
No pledges yet. Be the first to back this.
Comments
Similar requests
Show total match count on Replays list page
0 votes · 0 comments
Inbound filter for session replay
0 votes · 0 comments
Support Integrity Policy violation reports
0 votes · 0 comments
Public API for manual replay control
3 votes · 0 comments
Show total sessions and users for each release
0 votes · 0 comments
No comments yet.