Project

General

Profile

Actions

Bug #43056

closed

pubsub s3 records pushed to an endpoint don't match documentation

Added by Yuval Lifshitz over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
nautilus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rgw
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

docs has: https://docs.ceph.com/docs/master/radosgw/notifications/#events

{"Records":[
  {
    "eventVersion":"2.1" 
    "eventSource":"aws:s3",
    "awsRegion":"",
    "eventTime":"",
    "eventName":"",
    "userIdentity":
  }
]}

while actual events are:
{
  "eventVersion":"2.1",
  "eventSource":"aws:s3",
  "awsRegion":"",
  "eventTime":"2019-11-27T13:48:54.974829Z",
  "eventName":"s3:ObjectCreated:Put",
  "userIdentity":
  ...
}


Related issues 1 (0 open1 closed)

Copied to rgw - Backport #43168: nautilus: pubsub s3 records pushed to an endpoint don't match documentationResolvedNathan CutlerActions
Actions

Also available in: Atom PDF