bigz/s3url

A subscriber for s3 urls in APIs

Maintainers

Package info

github.com/BigZ/S3Url

pkg:composer/bigz/s3url

Statistics

Installs: 65

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2018-07-16 15:33 UTC

This package is not auto-updated.

Last update: 2026-03-05 05:31:13 UTC


README

Subscribe to JSON encoding event in jms serializer Decorate with an s3 url the parameters marked with the @uploadedfile annotation

Usage

    app.s3_public_url_subscriber:
        public: true
        class: S3Url\Subscriber\S3PublicUrlSubscriber
        arguments: ['@annotations.cached_reader', "%env(AWS_REGION)%", "%env(AWS_BUCKET)%"]
        tags:
            - { name: jms_serializer.event_subscriber }