summaryrefslogtreecommitdiff
path: root/src/services/drive/s3.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* プロキシの除外ホスト (#6244)MeiMei2020-04-121-2/+6
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Use node-fetch instead of request (#6228)MeiMei2020-04-091-21/+6
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* オブジェクトストレージでS3のvirtual-host形式のサポート ↵MeiMei2020-03-141-5/+5
| | | | | | | | | | | ど (#6148) * オブジェクトストレージでS3のvirtual-host形式のサポートなど * 表記揺れ * more simply * S3ならばs3ForcePathStyleしない
* Enable s3ForcePathStyle (#5234)MeiMei2019-07-311-0/+1
|
* HTTPリクエストのKeep-AliveとPrxoy対応など (#5226)MeiMei2019-07-281-0/+31
* DriveのKeep-Alive, Proxy と APのProxy対応 * request系でKeep-Aliveするように * fix lookup-dns-cache.d.ts * remove debug output