-
-
Notifications
You must be signed in to change notification settings - Fork 399
Home
Dan Salmon edited this page Jun 5, 2018
·
10 revisions
Table of Contents
- 0.1.1 results
- 0.2.0 results
| Functionality | Scenario | Scenario Name | Test |
|---|---|---|---|
| checkAcl() | |||
| Public ACL listing enabled | checkAcl.1 | test_checkAcl() | |
| AccessDenied | checkAcl.2 | test_checkAcl() | |
| AllAccessDisabled | checkAcl.3 | test_checkAcl() | |
| Bucket doesn't exist | checkAcl.4 | test_checkAcl() | |
| checkAwsCreds() | |||
| Output matches reality | checkAwsCreds.1 | test_checkAwsCreds() | |
| checkBucket() | |||
| bucket name | checkBucket.1 | #11 | |
| full s3 url | checkBucket.2 | #11 | |
| bucket:region | checkBucket.3 | #11 | |
| checkBucketName() | |||
| Under length | checkBucketName.1 | test_checkBucketName() | |
| Over length | checkBucketName.2 | test_checkBucketName() | |
| Forbidden characters | checkBucketName.3 | test_checkBucketName() | |
| Blank name | checkBucketName.4 | test_checkBucketName() | |
| Good name | checkBucketName.5 | test_checkBucketName() | |
| checkBucketWithoutCreds() | |||
| Non-existent bucket | checkBucketwc.1 | test_checkBucketWithoutCreds | |
| Good bucket | checkBucketwc.2 | test_checkBucketWithoutCreds | |
| No public read perm | checkBucketwc.3 | test_checkBucketWithoutCreds | |
| dumpBucket() | |||
| public read enabled | dumpBucket.1 | test_dumpBucket() | |
| public read disabled | dumpBucket.2 | test_dumpBucket() | |
| auth'd users read enabled | dumpBucket.3 | test_dumpBucket() | |
| getBucketSize() | |||
| too many files to list | getBucketSize.1 | test_getBucketSizeTimeout() | |
| public read enabled | getBucketSize.2 | test_getBucketSize() | |
| public read disabled | getBucketSize.3 | test_getBucketSize() | |
| bucket doesn't exist | getBucketSize.4 | test_getBucketSize() | |
| listBucket() | |||
| public read enabled | listBucket.1 | test_listBucket() | |
| public read disabled | listBucket.2 | test_listBucket() | |
| main args | |||
| (none supplied) | mainargs.1 | test_arguments() | |
| --out-file | mainargs.2 | #53 | |
| --list | mainargs.3 | #53 | |
| --dump | mainargs.4 | #53 | |
| --version | mainargs.5 |