aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main/java/com/yahoo/vespa/config/proxy/filedistribution/UrlDownloadRpcServer.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Switch on uri scheme and create download dir higher upHarald Musum2023-09-181-1/+9
|
* Implement S3DownloaderHarald Musum2023-09-181-14/+6
|
* Split out common code into a methodHarald Musum2023-09-171-6/+8
|
* Split out downloaders into separate classesHarald Musum2023-09-171-31/+3
|
* Minor cleanupHarald Musum2023-09-171-16/+26
|
* Use cached file if an url has already been downloadedHarald Musum2023-08-241-50/+22
| | | | | | | | | | Stop using If-Modified-Since header when downloading, as most cloud provider solutions don't support it. Instead, always use cached download if it exists, which in the case where If-Modified-Since header is not supported will avoid downloading url for every deployment. This also means that there will be no changes to content used for an url unless the url configured in the application package is explictly changed. is explicitly changed to use another url
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-1/+3
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-3/+3
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-3/+3
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Add maintainer for deleting unused file references and downloadsHarald Musum2019-07-101-3/+2
| | | | | | Will delete files and downloads to accessed for 30 days (depends on RequestTracker, which will change last modified timestamp when files or downloads are requested
* Track when file reference or download was last requestedHarald Musum2019-07-081-5/+6
|
* Minor refactoring, move into separate packageHarald Musum2019-07-051-0/+157