You are here

flysystem_s3.routing.yml in Flysystem - S3 2.0.x

Same filename and directory in other branches
  1. 8 flysystem_s3.routing.yml

File

flysystem_s3.routing.yml
View source
  1. flysystem_s3.cors:
  2. path: '/flysystem-s3/cors-upload-sign'
  3. defaults:
  4. _controller: 'Drupal\flysystem_s3\Controller\S3CorsUploadAjaxController::signRequest'
  5. requirements:
  6. _permission: 'use S3 CORS upload'
  7. _method: 'POST'