aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/s3_service_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Accept S3 upload options (e.g. server_side_encryption)James Baer2017-07-201-0/+18
|
* Replace hard-coded S3 bucket name with configured bucketJames T. Perreault2017-07-171-1/+1
|
* Remove unused requireGeorge Claghorn2017-07-171-1/+0
|
* Fix S3 direct upload testGeorge Claghorn2017-07-161-13/+3
|
* Fix regular expression on s3 test URL generation test (#44)Dino Maric2017-07-131-5/+5
| | | | | | | 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
* Direct uploads for S3David Heinemeier Hansson2017-07-091-0/+31
|
* Test URL generation for S3 and DiskDavid Heinemeier Hansson2017-07-091-0/+5
|
* Configure services that reference other servicesJeremy Daer2017-07-081-1/+1
| | | | | | | | * 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.
* Rename from Site to Service now that we're called Active StorageDavid Heinemeier Hansson2017-07-061-0/+11