-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Initial Preview of Transfer Manager #2105
Commits on Feb 2, 2023
-
feat: Initial Classes and Interface for Transfer Manager (#1874)
* Initial boilerplate for transfer manager
Configuration menu - View commit details
-
Copy full SHA for 57fa6d5 - Browse repository at this point
Copy the full SHA 57fa6d5View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 233579d - Browse repository at this point
Copy the full SHA 233579dView commit details
Commits on Feb 9, 2023
-
refactor: Move TransferManagerConfig to own file and Add Parallel Upl…
…oad/Download Configs to jobs (#1895)
Configuration menu - View commit details
-
Copy full SHA for 0fa8d57 - Browse repository at this point
Copy the full SHA 0fa8d57View commit details
Commits on Mar 7, 2023
-
chore: merge main into transfer-manager branch (#1930)
* test(deps): update cross product test dependencies (#1868) * chore(main): release 2.17.2 (#1866) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.17.2 (#1870) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.17.1` -> `2.17.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.17.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.17.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.17.2/compatibility-slim/2.17.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.17.2/confidence-slim/2.17.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-storage</summary> ### [`v2.17.2`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#​2172-httpsgithubcomgoogleapisjava-storagecomparev2171v2172-2023-01-23) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.17.1...v2.17.2) ##### Bug Fixes - Update BlobReadChannelV2 handling to correctly restart for decompressed object ([#​1867](https://togithub.com/googleapis/java-storage/issues/1867)) ([93e8ed4](https://togithub.com/googleapis/java-storage/commit/93e8ed484224477cd1aeba24b3d84ed4003e9ee6)) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.2 ([#​1865](https://togithub.com/googleapis/java-storage/issues/1865)) ([ceb9a61](https://togithub.com/googleapis/java-storage/commit/ceb9a61921105f6c5dff80f4a1a41a0d3b51a06d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9--> * chore(main): release 2.17.3-SNAPSHOT (#1869) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * test(deps): update cross product test dependencies (#1871) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.5.0 (#1873) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.5.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * feat: add Storage.BlobWriteOption.{meta,}generation{Not,}Match(long) methods to allow literal value construction (#1875) #### New Methods * com.google.cloud.storage.Storage.BlobWriteOption.generationMatch(long) * com.google.cloud.storage.Storage.BlobWriteOption.generationNotMatch(long) * com.google.cloud.storage.Storage.BlobWriteOption.metagenerationMatch(long) * com.google.cloud.storage.Storage.BlobWriteOption.metagenerationNotMatch(long) Update UploadObject sample to use createFrom rather than trying to read the entire file into memory. * chore(java): omit `-Penable-integration-tests` parameter from native image test run command (#1757) (#1881) Source-Link: https://togithub.com/googleapis/synthtool/commit/df311d1a70b53e86cfeaf0fccf4ded8202deaa6d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:ff1a5832623e1b694203b89253dbfe4c2d4a33aae1baf60d323b1245672331eb * feat: setting up 2.15.x (#1880) * feat: setting up 2.15.x * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency com.google.cloud:libraries-bom to v26.6.0 (#1882) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.6.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * test: update ObjectsFixture to allow discrimination by @BucketFixture (#1876) Sometimes it's useful to specify that the ObjectsFixture should use the RequesterPays bucket * test(deps): update cross product test dependencies (#1885) * deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 (#1886) * test(deps): update dependency com.google.api.grpc:proto-google-cloud-pubsub-v1 to v1.105.2 (#1888) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:proto-google-cloud-pubsub-v1](https://togithub.com/googleapis/java-pubsub/proto-google-cloud-pubsub-v1) ([source](https://togithub.com/googleapis/java-pubsub)) | `1.105.1` -> `1.105.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-pubsub-v1/1.105.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-pubsub-v1/1.105.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-pubsub-v1/1.105.2/compatibility-slim/1.105.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-pubsub-v1/1.105.2/confidence-slim/1.105.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExNC4wIn0=--> * test(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.123.2 (#1889) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.123.1` -> `1.123.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.123.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.123.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.123.2/compatibility-slim/1.123.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.123.2/confidence-slim/1.123.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-pubsub</summary> ### [`v1.123.2`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#​11232-httpsgithubcomgoogleapisjava-pubsubcomparev11231v11232-2023-02-06) [Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.123.1...v1.123.2) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 ([#​1474](https://togithub.com/googleapis/java-pubsub/issues/1474)) ([5fccae4](https://togithub.com/googleapis/java-pubsub/commit/5fccae49f912a24c14d144fdcc9617d5a5ae110a)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExNC4wIn0=--> * chore(main): release 2.18.0 (#1879) :robot: I have created a release *beep* *boop* --- ## [2.18.0](https://togithub.com/googleapis/java-storage/compare/v2.17.2...v2.18.0) (2023-02-06) ### Features * Add Storage.BlobWriteOption.{meta,}generation{Not,}Match(long) methods to allow literal value construction ([#1875](https://togithub.com/googleapis/java-storage/issues/1875)) ([a9fab09](https://togithub.com/googleapis/java-storage/commit/a9fab098e23c93887f0aae8a5de6e3477d5f0f0c)) * Setting up 2.15.x ([#1880](https://togithub.com/googleapis/java-storage/issues/1880)) ([1c88e83](https://togithub.com/googleapis/java-storage/commit/1c88e83974798d39a63ea4dd85d8f5bb9cb8f88c)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 ([#1886](https://togithub.com/googleapis/java-storage/issues/1886)) ([6928556](https://togithub.com/googleapis/java-storage/commit/6928556f0a0a61e8c68d9bf98403ce5b27a3bee2)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.18.0 (#1891) * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.18.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(main): release 2.18.1-SNAPSHOT (#1890) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * fix: update GrpcStorageImpl handling to be aware of quotaProjectId (#1877) Add integration tests to verify desired precedence when resolving userProject options. Fixes #1736 * feat: Update routing annotation for CreateBucketRequest (#1892) * feat: Update routing annotation for CreateBucketRequest * docs: Add support for end-to-end checksumming in the gRPC WriteObject flow * feat!: rename Notification to NotificationConfig PiperOrigin-RevId: 507867795 Source-Link: googleapis/googleapis@604534e Source-Link: googleapis/googleapis-gen@fad2c06 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmFkMmMwNmE4N2I5MTA5ODUwZjNlODMyMGEwZWQyN2UxNGIyYTA2NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update clirr config * chore: update usages of Notification to NotificationConfig --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: BenWhitehead <[email protected]> * build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.0 (#1896) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.7.0 (#1897) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.7.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * build(deps): bump cryptography from 38.0.3 to 39.0.1 in /synthtool/gcp/templates/java_library/.kokoro (#1761) (#1898) * build(deps): bump cryptography Bumps [cryptography](https://togithub.com/pyca/cryptography) from 38.0.3 to 39.0.1. - [Release notes](https://togithub.com/pyca/cryptography/releases) - [Changelog](https://togithub.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://togithub.com/pyca/cryptography/compare/38.0.3...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * chore: disabling dependabot --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomo Suzuki <[email protected]> Co-authored-by: ddixit14 <[email protected]> Source-Link: https://togithub.com/googleapis/synthtool/commit/0c6f8d4ac5358553ee734e26574f390bc43a736e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:5ee35ee919254a3d1e7d4f8abbf1b8c8869ade317ceb2e4df709af1b4b3e9ca1 * chore(deps): update dependency com.google.cloud:libraries-bom to v26.8.0 (#1901) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.8.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m9 (#1902) * build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 (#1904) * chore: add feat/breaking-preview branch protection (#1905) * chore: remove cumulative crc32c check on GapicUnbufferedReadableByteChannel (#1903) Cumulative crc32c check is only applicable to an initial offset of 0 because the crc32c value return for a resource is for the entire resource. Instead, we continue to perform the crc32c integrity check for each ChecksummedData which is always for the bytes it is packed with. * fix: update Default RetryStrategy to retry SSLException caused by SocketException (#1900) Update Default RetryStrategy to retry when an SSLException is caused by a SocketException * chore: misc test cleanup (#1899) * Remove DataGeneration rule in favor of Generator fixture from StorageITRunner * Use import on @BucketFixtureAnnotations * Update ITBucketTest#testListBucket to not perform manual retries (Listing buckets is a strongly consistent operation) * deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.3.0 (#1907) * test(deps): update cross product test dependencies (#1908) * chore(main): release 2.19.0 (#1894) :robot: I have created a release *beep* *boop* --- ## [2.19.0](https://togithub.com/googleapis/java-storage/compare/v2.18.0...v2.19.0) (2023-02-21) ### Features * Update routing annotation for CreateBucketRequest ([#1892](https://togithub.com/googleapis/java-storage/issues/1892)) ([581120f](https://togithub.com/googleapis/java-storage/commit/581120f00b9adc2d8d45ac038772685d7e134e61)) ### Bug Fixes * Update Default RetryStrategy to retry SSLException caused by SocketException ([#1900](https://togithub.com/googleapis/java-storage/issues/1900)) ([be2aba0](https://togithub.com/googleapis/java-storage/commit/be2aba0704bcdd55fdfeb233802dea532e6c7882)) * Update GrpcStorageImpl handling to be aware of quotaProjectId ([#1877](https://togithub.com/googleapis/java-storage/issues/1877)) ([ca8510e](https://togithub.com/googleapis/java-storage/commit/ca8510e3c16a5cc2fac1499b1888af612aa8e5b2)), closes [#1736](https://togithub.com/googleapis/java-storage/issues/1736) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.3.0 ([#1907](https://togithub.com/googleapis/java-storage/issues/1907)) ([85e22d7](https://togithub.com/googleapis/java-storage/commit/85e22d785b3abef152b2b4df4d394a7477555b08)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 ([#1904](https://togithub.com/googleapis/java-storage/issues/1904)) ([95b9aef](https://togithub.com/googleapis/java-storage/commit/95b9aef5fd390a1497bfe6baed3a7200e44f13cf)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * chore(main): release 2.19.1-SNAPSHOT (#1909) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.19.0 (#1910) * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.19.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * test: add new StorageNativeCanaryTest (#1872) Update native-image related config to be specific for this class. Update maven config to explicitly configure this new class as its only class for test when run under -Pnative * build(deps): update releasetool version for release scripts (#1768) (#1911) This should fix release script reporting back to the release PRs Source-Link: googleapis/synthtool@4c15ec0 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore: ignore Update related gRPC tests which are failing due to b/270215524 (#1917) When b/270215524 is fixed and rolled out we should be able to revert this * chore(deps): update dependency com.google.cloud:libraries-bom to v26.9.0 (#1914) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.9.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * test(deps): update cross product test dependencies (#1913) * test(deps): update cross product test dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * feat: allow specifying a negative offset to ReadChannel (#1916) GCS Supports negative offsets in ranged reads and is documented in https://cloud.google.com/storage/docs/json_api/v1/parameters#range Update the ReadChannel returned from Storage.reader to allow providing a negative value to `seek`. NOTE: `seek` to a negative offset will be ignored by GCS if `limit` is also specified * chore(main): release 2.20.0 (#1918) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> * deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 (#1919) * chore(main): release 2.20.1-SNAPSHOT (#1923) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). * chore(main): release 2.20.1 (#1926) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Mend Renovate <[email protected]> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: BenWhitehead <[email protected]> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomo Suzuki <[email protected]> Co-authored-by: ddixit14 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e89b1f - Browse repository at this point
Copy the full SHA 3e89b1fView commit details -
Revert "chore: merge main into transfer-manager branch (#1930)"
This reverts commit 3e89b1f.
Configuration menu - View commit details
-
Copy full SHA for 375dd7b - Browse repository at this point
Copy the full SHA 375dd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa57e3a - Browse repository at this point
Copy the full SHA fa57e3aView commit details
Commits on Mar 15, 2023
-
feat: First Pass Implementation of UploadMany (#1922)
* feat: First Pass Implementation of UploadMany
Configuration menu - View commit details
-
Copy full SHA for 01d7de9 - Browse repository at this point
Copy the full SHA 01d7de9View commit details
Commits on Mar 23, 2023
-
feat: First pass downloadMany (#1945)
* feat: First pass downloadMany * removing redundant setAllowChunking false flag
Configuration menu - View commit details
-
Copy full SHA for fedbd9c - Browse repository at this point
Copy the full SHA fedbd9cView commit details
Commits on Mar 28, 2023
-
feat: Apply BlobWriteOptions to UploadMany operations (#1950)
* feat: Apply BlobWriteOptions to UploadMany operations * adding test for uploadFilesWithOpts
Configuration menu - View commit details
-
Copy full SHA for 47dad11 - Browse repository at this point
Copy the full SHA 47dad11View commit details
Commits on Apr 5, 2023
-
fix: Review session updates (#1964)
* Adding documentation to Parallel Upload/Download configs * Add documentation to Transfer Manager Config * Review Session Comments Addressed * Fix directory issue with downloadBlobs test --------- Co-authored-by: BenWhitehead <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc6ec4 - Browse repository at this point
Copy the full SHA abc6ec4View commit details
Commits on Apr 12, 2023
-
feat: Change Prefix to Download Directory (#1975)
* feat: Change Prefix to Download Directory --------- Co-authored-by: BenWhitehead <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63e6d52 - Browse repository at this point
Copy the full SHA 63e6d52View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b99a67d - Browse repository at this point
Copy the full SHA b99a67dView commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a656793 - Browse repository at this point
Copy the full SHA a656793View commit details
Commits on May 24, 2023
-
feat: Error Handling and Transfer Status assignment FAILED_TO_START (#…
…2028) * feat: Error Handling and Transfer Status assignment * Check exception type for uploadNonexistentBucket * PR comments
Configuration menu - View commit details
-
Copy full SHA for cbade06 - Browse repository at this point
Copy the full SHA cbade06View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad72bc8 - Browse repository at this point
Copy the full SHA ad72bc8View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf10576 - Browse repository at this point
Copy the full SHA cf10576View commit details
Commits on Jun 9, 2023
-
fix: validateBlob failure fallsback to direct download (#2055)
* fix: validateBlob failure fallsback to direct download * Linter * Disable grpc from integration test
Configuration menu - View commit details
-
Copy full SHA for b34b05e - Browse repository at this point
Copy the full SHA b34b05eView commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12a7a6f - Browse repository at this point
Copy the full SHA 12a7a6fView commit details
Commits on Jun 14, 2023
-
feat: Resolve API futures on getDownload/UploadResults calls (#2064)
* feat: Resolve API futures on getDownload/UploadResults calls * removing reference to APIFutures after rebase
Configuration menu - View commit details
-
Copy full SHA for c19049d - Browse repository at this point
Copy the full SHA c19049dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 437385d - Browse repository at this point
Copy the full SHA 437385dView commit details
Commits on Jun 16, 2023
-
chore: Add BetaApi Annotation to public classes and methods (#2067)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-storage/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
Configuration menu - View commit details
-
Copy full SHA for d503e34 - Browse repository at this point
Copy the full SHA d503e34View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ea18d9 - Browse repository at this point
Copy the full SHA 4ea18d9View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45d142a - Browse repository at this point
Copy the full SHA 45d142aView commit details
Commits on Jun 23, 2023
-
fix: update UploadCallable to use createFrom to avoid NPE trying to r…
…esolve resulting object (#2086) * fix: Fix bug where the Storage Object is accessed before WriteChannel Closes
Configuration menu - View commit details
-
Copy full SHA for 6769a2b - Browse repository at this point
Copy the full SHA 6769a2bView commit details
Commits on Jun 26, 2023
-
docs: Javadocs for TransferManager interface and ParallelUploadConfig (…
…#2094) * docs: Javadocs for TransferManager interface and ParallelUploadConfig
Configuration menu - View commit details
-
Copy full SHA for 63d8ed3 - Browse repository at this point
Copy the full SHA 63d8ed3View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0362e80 - Browse repository at this point
Copy the full SHA 0362e80View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e57e633 - Browse repository at this point
Copy the full SHA e57e633View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97e5d18 - Browse repository at this point
Copy the full SHA 97e5d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ac019 - Browse repository at this point
Copy the full SHA 09ac019View commit details