bm event ls

Syntax

The bm event ls command lists all event notification triggers for a bucket.

The alias bm event list has equivalent functionality to bm event ls.

The following command lists all configured event notifications for the specified bucket notification target for the mydata bucket on the mybuckit Buckit deployment:

bm event ls mybuckit mybuckit/mydata arn:aws:sqs::primary:target

The command has the following syntax:

bm [GLOBALFLAGS]
  • Brackets [] indicate optional parameters.

  • Parameters sharing a line are mutually dependent.

  • Parameters separated using the pipe | operator are mutually exclusive.

Copy the example to a text editor and modify as-needed before running the command in the terminal/shell.

bm [GLOBALFLAGS] event ls [FLAGS] ALIAS ARN

Parameters

ALIAS
Required

The S3 service alias and bucket to which the command lists event notification. For example:

bm event ls play/mybucket ARN...
ARN
Required

The Amazon Resource Name (ARN) of the bucket resource.

The Buckit server outputs an ARN at startup for each configured notification target. See Bucket Notifications for more information.

Global Flags

This command supports any of the global flags.

Examples

List Event Notifications on a Bucket

The following command lists all event notification triggers on a bucket.

bm event ls mybuckit/mydata
bm event ls ALIAS ARN
  • Replace ALIAS with the alias of the Buckit deployment on which to add the bucket notification event. For example:

    mybuckit/mydata

  • Replace ARN with the notification target ARN.

Behavior

S3 Compatibility

The bm commandline tool is built for compatibility with the AWS S3 API and is tested with Buckit and AWS S3 for expected functionality and behavior.

Buckit provides no guarantees for other S3-compatible services, as their S3 API implementation is unknown and therefore unsupported. While bm commands may work as documented, any such usage is at your own risk.