1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

11 commits

Author SHA1 Message Date
George Claghorn
52eed68e39 Verify direct upload checksums
Closes #74.
2017-07-24 12:41:34 -04:00
David Heinemeier Hansson
5944850bc1 Tell service which content-type to use for the response 2017-07-23 17:50:31 -05:00
James Baer
32331b19e1 Accept S3 upload options (e.g. server_side_encryption) 2017-07-20 12:29:37 -04:00
James T. Perreault
c8ad7dc13b Replace hard-coded S3 bucket name with configured bucket 2017-07-17 10:17:33 -04:00
George Claghorn
bb7b8348e6 Remove unused require 2017-07-17 09:19:14 -04:00
George Claghorn
2f15938587 Fix S3 direct upload test 2017-07-16 19:17:18 -04:00
Dino Maric
14e6386b3c Fix regular expression on s3 test URL generation test (#44)
So tests are passing if the bucket name is rails-active storage.
But developers specify their own s3 tests configuration (in my case was
activestorage-test) then this regex fails.

Also the first part is dynamic and based on bucket name and region
2017-07-13 21:54:06 +02:00
David Heinemeier Hansson
a19d943f1d Direct uploads for S3 2017-07-09 18:03:13 +02:00
David Heinemeier Hansson
5bb3f63b31 Test URL generation for S3 and Disk 2017-07-09 17:04:37 +02:00
Jeremy Daer
e5503399c0 Configure services that reference other services
* Move service configuration from the Engine to Service
* Delegate configuration mechanics to internal Service::Configurator
* Delegate service building to the concrete Service classes, allowing
  them to configure composed services.
* Implement for the Mirror service.
2017-07-08 17:27:31 -07:00
David Heinemeier Hansson
35d5bddabc Rename from Site to Service now that we're called Active Storage 2017-07-06 12:22:44 +02:00