You are here

s3fs.info in S3 File System 7

Same filename and directory in other branches
  1. 7.3 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
configure = admin/config/media/s3fs/settings

dependencies[] = libraries (2.x)

; 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. configure = admin/config/media/s3fs/settings
  5. dependencies[] = libraries (2.x)
  6. ; Includes
  7. files[] = S3fsStreamWrapper.inc
  8. ; Tests
  9. files[] = tests/s3fs.test
  10. ; s3fs's tests depend on simpletest_clone, but you only need it for the tests,
  11. ; so I don't want to force everyone to install it. There is an alternate check
  12. ; for simpletest_clone in the test code itself.
  13. ; dependencies[] = simpletest_clone
  14. ; If you decide to run the tests, you'll need this patch for simpletest_clone:
  15. ; https://drupal.org/node/1877956