rails--rails/activestorage/test/service
Peter Zhu feab7031b5 Permanent URLs for public storage blobs
Services can be configured in `config/storage.yml` with a new key
`public: true | false` to indicate whether a service holds public
blobs or private blobs. Public services will always return a
permanent URL.

Deprecates `Blob#service_url` in favor of `Blob#url`.
2019-10-11 15:14:43 -04:00
..
azure_storage_public_service_test.rb Permanent URLs for public storage blobs 2019-10-11 15:14:43 -04:00
azure_storage_service_test.rb Implement content disposition in direct upload 2019-09-05 16:40:13 -04:00
configurations.example.yml Remove path config option from Azure service 2018-03-12 17:39:58 +00:00
configurations.yml.enc Update ASt test services config 2018-03-12 19:00:54 -04:00
configurator_test.rb Improve ActiveStorage service adapter error handling 2018-08-06 18:17:49 -07:00
disk_public_service_test.rb Permanent URLs for public storage blobs 2019-10-11 15:14:43 -04:00
disk_service_test.rb Make Active Storage services aware of configuration names 2019-10-03 13:08:30 -04:00
gcs_public_service_test.rb Permanent URLs for public storage blobs 2019-10-11 15:14:43 -04:00
gcs_service_test.rb Make Active Storage services aware of configuration names 2019-10-03 13:08:30 -04:00
mirror_service_test.rb Make Active Storage services aware of configuration names 2019-10-03 13:08:30 -04:00
s3_public_service_test.rb Permanent URLs for public storage blobs 2019-10-11 15:14:43 -04:00
s3_service_test.rb Make Active Storage services aware of configuration names 2019-10-03 13:08:30 -04:00
shared_service_tests.rb Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00