| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| /** | ||
| * A common prefix that is applied to downloaded objects before they are written to the | ||
| * filesystem. | ||
| */ | ||
| public @NonNull String getPrefix() { | ||
| return prefix; | ||
| } |
There was a problem hiding this comment.
This isn't currently being used but DownloadCallable.
Instead of prefix what if we change this to baseDirectory or downloadDirectory and instead of String we use Path. That way, when download job is creating files it can resolved them from this directory AND validate the output path of the object after resolution is still below the output path.
What do you think?
We don't have to make this change in this PR, doing it in a follow up would be better.
Sorry, something went wrong.
There was a problem hiding this comment.
I am onboard with that change. I will update in a followup.
Sorry, something went wrong.
…ansfermanager/ParallelDownloadConfig.java Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
…ansfermanager/TransferManagerConfig.java Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
* chore: update dependency versions in java templates * update other templates Source-Link: googleapis/synthtool@0b86c72 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e
* chore: update dependency versions in java templates * update other templates Source-Link: googleapis/synthtool@0b86c72 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Changes from review session with @BenWhitehead
Summary of changes: