Skip to content

manas11/testing-bucket-notifications-in-ceph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testing Bucket Notifications in Ceph

Note: All steps were performed using Ubuntu 18.04.4 LTS

Bucket notifications are a way to send out notification to any external endpoint about the events happening in the S3 bucket present in the ceph cluster. These notifications are related to object creation and removal events. List of these events is available in S3 notification Event Types. Endpoints to which these notifications can be sent are HTTP, AMQP and KAFKA endpoints.

Contents

Sending notifications to HTTP endpoints

Bucket notification sent to a HTTP server which accepts the POST requests. More details in http-endpoint directory.

AWS SDK Adapter

C++ adapter to receive HTTP messages at one end and transmit them to SNS or Lambda endpoints.

Setting up the Ceph cluster

This directory contains steps to setup ceph cluster.

About

Repository for GSoC 2020 related tasks in Ceph organization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published