aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/service/s3_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Document the rest of libDavid Heinemeier Hansson2017-07-241-0/+2
* Verify direct upload checksumsGeorge Claghorn2017-07-241-2/+2
* Everything under app/ is eager loaded, don't want that for serviceDavid Heinemeier Hansson2017-07-241-0/+90
* Move models and jobs to the app setupDavid Heinemeier Hansson2017-07-221-89/+0
* Accept S3 upload options (e.g. server_side_encryption)James Baer2017-07-201-3/+5
* Splat optionsGeorge Claghorn2017-07-161-16/+2
* Fix a typo in S3Servicecolorfulfool2017-07-161-3/+1
* Swap branchesGeorge Claghorn2017-07-151-3/+3
* Allow custom endpoints for S3.Sean Handley2017-07-151-2/+18
* Added rubocop / codeclimate config and fixed current offenses (#45)Cristian Bica2017-07-141-4/+4
* Revert "S3: slim down service implementation (#40)" (#41)David Heinemeier Hansson2017-07-121-24/+36
* S3: slim down service implementation (#40)Jeremy Daer2017-07-111-36/+24
* Direct uploads for S3David Heinemeier Hansson2017-07-091-0/+11
* Instrument and log the servicesDavid Heinemeier Hansson2017-07-091-9/+29
* Ensure binary encoding for downloadingDavid Heinemeier Hansson2017-07-091-1/+1
* Fix testGeorge Claghorn2017-07-061-0/+2
* Send checksum to S3 to verify file integrityJohn Williams2017-07-061-2/+1
* Fix hash usage consistency.Ra'Shaun Stovall2017-07-061-1/+1
* Check integrity after uploadsDavid Heinemeier Hansson2017-07-061-1/+2
* Need the byte helpersDavid Heinemeier Hansson2017-07-061-0/+1
* Compute checksum and byte_size client sideDavid Heinemeier Hansson2017-07-061-10/+0
* We have the technology!David Heinemeier Hansson2017-07-061-1/+1
* Rename from Site to Service now that we're called Active StorageDavid Heinemeier Hansson2017-07-061-0/+63