notonthehighstreet/node-lambda-events

View on GitHub
src/events/S3/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const CREATED = 'CREATED';

export const DELETED = 'DELETED';

export const REDUCED_REDUNDANCY = 'REDUCED_REDUNDANCY';

export const PUT = 'PUT';

export const POST = 'POST';

export const COPY = 'COPY';

export const DELETE = 'DELETE';

export const COMPLETE_MULTIPART = 'COMPLETEMULTIPARTUPLOAD';

export const DELETE_MARKER = 'DELETEMARKERCREATED';