Skip to content

Instantly share code, notes, and snippets.

@koolhead17
Last active October 12, 2016 21:26
Show Gist options
  • Select an option

  • Save koolhead17/b643eb7452047657f7ad1d7a2a4b4f24 to your computer and use it in GitHub Desktop.

Select an option

Save koolhead17/b643eb7452047657f7ad1d7a2a4b4f24 to your computer and use it in GitHub Desktop.
bucketevents_db=# select * from bucketevents;
key | value
--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
images/myphoto.jpg | {"Records": [{"s3": {"bucket": {"arn": "arn:aws:s3:::images", "name": "images", "ownerIdentity": {"principalId": "minio"}}, "object": {"key": "myphoto.jpg", "eTag": "1d97bf45ecb37f7a7b699418070df08f", "size": 56060, "sequencer": "147CE57C70B31931"}, "configurationId": "Config", "s3SchemaVersion": "1.0"}, "awsRegion": "us-east-1", "eventName": "s3:ObjectCreated:Put", "eventTime": "2016-10-12T21:18:20Z", "eventSource": "aws:s3", "eventVersion": "2.0", "userIdentity": {"principalId": "minio"}, "responseElements": {}, "requestParameters": {"sourceIPAddress": "[::1]:39706"}}]}
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment