You are here

README.txt in S3 File System CORS Upload 8

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

This module is a fork of AmazonS3 CORS Upload, re-written to work with the
S3 File System module, rather than AmazonS3.

REQUIREMENTS
------------

No special requirements.

RECOMMENDED MODULES
-------------------

 * This module requires S3 File System 8.x-3.x
   (https://www.drupal.org/project/s3fs)
 * Token 8.x-1.x. (https://www.drupal.org/project/token)
 * These dependencies are installed automatically if composer is used to manage
   this  module.

INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/node/895232 for further information.

CONFIGURATION
-------------

Ensure your S3 file system is correctly configured via the admin page at
"/admin/config/media/s3fs".

To configure your S3 bucket so that it will accept CORS uploads, go to the
"/admin/config/media/s3fs/cors" page on your admin site, fill the "CORS Origin"
field with your site's domain name or names, and submit it. Note the warnings
regarding changes to or deletion of the CORS data from your S3 bucket.

Currently this works only with fields having an Upload Destination "Amazon S3
files". For any file or image field change the storage settings to use the S3
file system. Then from "Manage Form Display", change to "S3 CORS File Upload"
widget for File Field, or "S3 CORS Image Upload" for Image Field.

MAINTAINERS
-----------

Current maintainers:
  * coredumperror (https://www.drupal.org/u/coredumperror)
  * webankit (https://www.drupal.org/u/webankit)
  * jlscott (https://www.drupal.org/u/jlscott)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. This module is a fork of AmazonS3 CORS Upload, re-written to work with the
  12. S3 File System module, rather than AmazonS3.
  13. REQUIREMENTS
  14. ------------
  15. No special requirements.
  16. RECOMMENDED MODULES
  17. -------------------
  18. * This module requires S3 File System 8.x-3.x
  19. (https://www.drupal.org/project/s3fs)
  20. * Token 8.x-1.x. (https://www.drupal.org/project/token)
  21. * These dependencies are installed automatically if composer is used to manage
  22. this module.
  23. INSTALLATION
  24. ------------
  25. * Install as you would normally install a contributed Drupal module.
  26. See: https://www.drupal.org/node/895232 for further information.
  27. CONFIGURATION
  28. -------------
  29. Ensure your S3 file system is correctly configured via the admin page at
  30. "/admin/config/media/s3fs".
  31. To configure your S3 bucket so that it will accept CORS uploads, go to the
  32. "/admin/config/media/s3fs/cors" page on your admin site, fill the "CORS Origin"
  33. field with your site's domain name or names, and submit it. Note the warnings
  34. regarding changes to or deletion of the CORS data from your S3 bucket.
  35. Currently this works only with fields having an Upload Destination "Amazon S3
  36. files". For any file or image field change the storage settings to use the S3
  37. file system. Then from "Manage Form Display", change to "S3 CORS File Upload"
  38. widget for File Field, or "S3 CORS Image Upload" for Image Field.
  39. MAINTAINERS
  40. -----------
  41. Current maintainers:
  42. * coredumperror (https://www.drupal.org/u/coredumperror)
  43. * webankit (https://www.drupal.org/u/webankit)
  44. * jlscott (https://www.drupal.org/u/jlscott)