Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "S3: slim down service implementation (#40)" (#41) | David Heinemeier Hansson | 2017-07-12 | 1 | -24/+36 |
| | | | This reverts commit 6d3962461fb8d35fc9538d685fee96267663acf2. | ||||
* | S3: slim down service implementation (#40) | Jeremy Daer | 2017-07-11 | 1 | -36/+24 |
| | | | | | | | * Use simple core API for duck-type compat with other clients * initialize: accept an existing client * initialize: accept arbitrary client args instead of a fixed, required set * download: use native get_object streaming, no need to implement range requests * exists?: use head_object (which returns immediately) rather than waiting for existence | ||||
* | Direct uploads for S3 | David Heinemeier Hansson | 2017-07-09 | 1 | -0/+11 |
| | |||||
* | Instrument and log the services | David Heinemeier Hansson | 2017-07-09 | 1 | -9/+29 |
| | |||||
* | Ensure binary encoding for downloading | David Heinemeier Hansson | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | Fix test | George Claghorn | 2017-07-06 | 1 | -0/+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. | ||||
* | Send checksum to S3 to verify file integrity | John Williams | 2017-07-06 | 1 | -2/+1 |
| | |||||
* | Fix hash usage consistency. | Ra'Shaun Stovall | 2017-07-06 | 1 | -1/+1 |
| | | | | | | | Unless this was intentional, being consistent with: https://github.com/rails/activestorage/blob/master/lib/active_storage/service/s3_service.rb#L8 Just showin' a lil' <3 while perusing the repo @dhh | ||||
* | Check integrity after uploads | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+2 |
| | |||||
* | Need the byte helpers | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | Compute checksum and byte_size client side | David Heinemeier Hansson | 2017-07-06 | 1 | -10/+0 |
| | | | | | Then we can add integrity checks on uploads to prevent errors in transport. | ||||
* | We have the technology! | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Rename from Site to Service now that we're called Active Storage | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+63 |