| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #36792 from peterzhu2118/azure-content-disposition | Gannon McGibbon | 2019-07-31 | 1 | -2/+4 |
|\ |
|
| * | Upload file with filename and disposition for Azure | Peter Zhu | 2019-07-31 | 1 | -2/+4 |
* | | Upload file with filename and disposition for S3 | Peter Zhu | 2019-07-31 | 1 | -7/+9 |
|/ |
|
* | Merge pull request #36715 from peterzhu2118/azure-content-type | Eileen M. Uchitelle | 2019-07-24 | 1 | -2/+2 |
|\ |
|
| * | Add content_type to upload in Azure | Peter Zhu | 2019-07-24 | 1 | -2/+2 |
* | | Fix host for ActiveStorage DiskService | Peter Wagenet | 2019-07-09 | 1 | -1/+5 |
|/ |
|
* | Mirror direct uploads | George Claghorn | 2019-05-22 | 1 | -4/+25 |
* | S3: permit uploading files larger than 5 GB | George Claghorn | 2019-05-16 | 1 | -4/+28 |
* | Halve string allocations in S3 streaming and partial downloads | George Claghorn | 2019-04-26 | 1 | -2/+2 |
* | GCS service: skip unnecessary bucket lookups | George Claghorn | 2019-03-14 | 1 | -1/+1 |
* | Delegated path_for to primary in the MirrorService | Abhay Nikam | 2019-02-14 | 1 | -1/+1 |
* | Allow configuring the Azure Storage service with extra client options | garytaylor | 2019-02-04 | 1 | -2/+2 |
* | include the content type when uploading to S3 | Simo Leone | 2019-01-24 | 1 | -2/+2 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 4 | -68/+44 |
* | Fix `ArgumentError` when uploading to amazon s3 | Hiroki Sanpei | 2018-11-28 | 1 | -1/+1 |
* | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 4 | -21/+35 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 1 | -5/+7 |
* | Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-... | George Claghorn | 2018-08-23 | 1 | -13/+7 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 1 | -7/+13 |
* | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 4 | -18/+68 |
* | Camelize instead of classifying | George Claghorn | 2018-08-06 | 1 | -1/+1 |
* | Improve ActiveStorage service adapter error handling | Joel Taylor | 2018-08-06 | 1 | -1/+3 |
* | Fix uploading Tempfiles to Azure Storage | George Claghorn | 2018-08-03 | 1 | -1/+1 |
* | Remove another unused require | George Claghorn | 2018-08-02 | 1 | -2/+0 |
* | Remove unused require | George Claghorn | 2018-08-01 | 1 | -2/+0 |
* | Ignore concurrently-deleted files when deleting by prefix from GCS | George Claghorn | 2018-07-30 | 1 | -1/+7 |
* | Support HTTP Range downloads from disk | George Claghorn | 2018-07-15 | 1 | -4/+4 |
* | Remove vestigial require on ActiveStorage GCSService | Bibek Shrestha | 2018-07-04 | 1 | -1/+0 |
* | Support streaming downloads from Google Cloud Storage | George Claghorn | 2018-05-01 | 1 | -19/+25 |
* | Avoid duplicating downloads from Google Cloud Storage in memory | George Claghorn | 2018-04-29 | 1 | -2/+2 |
* | Stream blobs from disk in 5 MB chunks | George Claghorn | 2018-04-29 | 1 | -1/+1 |
* | Simplify URL generation for partial downloads from GCS | George Claghorn | 2018-04-25 | 1 | -1/+2 |
* | Halve memory allocation in S3Service#download | Janko Marohnić | 2018-04-23 | 1 | -1/+1 |
* | Use a current model to provide the host for service urls | Andrew White | 2018-04-06 | 1 | -4/+7 |
* | Allow full use of the AWS S3 SDK authentication options (#32270) | Brian Knight | 2018-03-19 | 1 | -2/+2 |
* | Fix Azure signed URL generation with newer client lib | George Claghorn | 2018-03-12 | 1 | -6/+4 |
* | Remove path config option from Azure service | Andrew White | 2018-03-12 | 1 | -6/+10 |
* | Remove blank Content-Type from GCS direct upload headers | George Claghorn | 2018-03-06 | 1 | -1/+1 |
* | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 5 | -8/+48 |
* | Avoid specifying content types for direct uploads to Google Cloud Storage | George Claghorn | 2018-02-26 | 1 | -5/+4 |
* | Provide a sensible default host | George Claghorn | 2018-01-16 | 1 | -1/+1 |
* | Extract content types from blob data | George Claghorn | 2018-01-15 | 1 | -17/+11 |
* | Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError` | Yoshiyuki Hirano | 2017-12-12 | 1 | -1/+1 |
* | Fix customizing Content-Type via GCS service URLs | George Claghorn | 2017-12-07 | 1 | -1/+7 |
* | Fix instrumention name: delete_prefixed like the others. | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+1 |
* | Purge variants with their blobs | George Claghorn | 2017-12-02 | 5 | -27/+68 |
* | Use `credentials` instead of `keyfile` in GCS sevice | yuuji.yaginuma | 2017-11-29 | 1 | -0/+2 |
* | Avoid connecting to GCS during app boot | George Claghorn | 2017-11-23 | 1 | -5/+12 |
* | Remove needless block parameter | George Claghorn | 2017-11-07 | 1 | -1/+1 |
* | Fix streaming downloads from S3/Azure Storage | George Claghorn | 2017-11-06 | 2 | -7/+7 |