You are here

s3fs.info in S3 File System 7.3

Same filename and directory in other branches
  1. 7 s3fs.info
  2. 7.2 s3fs.info
name = S3 File System
description = Adds an Amazon Simple Storage Service-based remote file system to Drupal.
core = 7.x
php = 5.5
configure = admin/config/media/s3fs/settings

; Either or dependencies don't exist.
;dependencies[] = composer_manager
; or
;dependencies[] = libraries

; Includes
files[] = S3fsStreamWrapper.inc

; Tests
files[] = tests/s3fs.test
; s3fs's tests depend on simpletest_clone, but you only need it for the tests,
; so I don't want to force everyone to install it. There is an alternate check
; for simpletest_clone in the test code itself.
; dependencies[] = simpletest_clone
; If you decide to run the tests, you'll need this patch for simpletest_clone:
; https://drupal.org/node/1877956

File

s3fs.info
View source
  1. name = S3 File System
  2. description = Adds an Amazon Simple Storage Service-based remote file system to Drupal.
  3. core = 7.x
  4. php = 5.5
  5. configure = admin/config/media/s3fs/settings
  6. ; Either or dependencies don't exist.
  7. ;dependencies[] = composer_manager
  8. ; or
  9. ;dependencies[] = libraries
  10. ; Includes
  11. files[] = S3fsStreamWrapper.inc
  12. ; Tests
  13. files[] = tests/s3fs.test
  14. ; s3fs's tests depend on simpletest_clone, but you only need it for the tests,
  15. ; so I don't want to force everyone to install it. There is an alternate check
  16. ; for simpletest_clone in the test code itself.
  17. ; dependencies[] = simpletest_clone
  18. ; If you decide to run the tests, you'll need this patch for simpletest_clone:
  19. ; https://drupal.org/node/1877956