Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disk service: use binary IO throughout, not UTF-8 | Jeremy Daer | 2017-07-08 | 1 | -6/+4 |
| | |||||
* | Tests: skip GCS/AWS service tests if unconfigured | Jeremy Daer | 2017-07-08 | 1 | -0/+1 |
| | |||||
* | Test deleting a nonexistent key | George Claghorn | 2017-07-06 | 1 | -0/+6 |
| | |||||
* | Correct config path in error message | John Williams | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Fix test | George Claghorn | 2017-07-06 | 1 | -2/+2 |
| | | | | | | | * S3 fails fast if the Content-MD5 header on an upload request is an invalid checksum. Send a valid but incorrect checksum. * Rescue the service-specific exception and raise the generic one. | ||||
* | Check integrity after uploads | David Heinemeier Hansson | 2017-07-06 | 1 | -2/+15 |
| | |||||
* | Compute checksum and byte_size client side | David Heinemeier Hansson | 2017-07-06 | 1 | -8/+0 |
| | | | | | Then we can add integrity checks on uploads to prevent errors in transport. | ||||
* | Rename from Site to Service now that we're called Active Storage | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+63 |