This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3284
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
511a8cbe04
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '511a8cbe04'
${ noResults }
minio
/
vendor
/
github.com
/
streadway
/
amqp
/
gen.sh
3 lines
89 B
Raw
Normal View
History
Unescape
Escape
api: Implement bucket notification. (#2271) * Implement basic S3 notifications through queues Supports multiple queues and three basic queue types: 1. NilQueue -- messages don't get sent anywhere 2. LogQueue -- messages get logged 3. AmqpQueue -- messages are sent to an AMQP queue * api: Implement bucket notification. Supports two different queue types - AMQP - ElasticSearch. * Add support for redis
8 years ago
#!/bin/sh
go run spec/gen.go < spec/amqp0-9-1.stripped.extended.xml
|
gofmt > spec091.go