Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
java-storage
Public
Notifications
You must be signed in to change notification settings
Fork
94
Star
140
Code
Issues
2
Pull requests
15
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Initial Preview of Transfer Manager
- #2105
#2105
Merged
BenWhitehead
merged 29 commits into
main
googleapis/java-storage:main
from
feat/transfer-manager
googleapis/java-storage:feat/transfer-manager
Copy head branch name to clipboard
Jul 7, 2023
Conversation
Commits
29
(29)
Checks
Files changed
Merged
feat: Initial Preview of Transfer Manager
#2105
BenWhitehead
merged 29 commits into
main
googleapis/java-storage:main
from
feat/transfer-manager
googleapis/java-storage:feat/transfer-manager
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2023
feat: Initial Classes and Interface for Transfer Manager (#1874)
Show description for 57fa6d5
sydney-munro
authored
57fa6d5
View commit details
Copy full SHA for 57fa6d5
Browse repository at this point
Commits on Feb 4, 2023
chore: Add null check based of TransferStatus to Download/Upload Result (#1883)
sydney-munro
authored
233579d
View commit details
Copy full SHA for 233579d
Browse repository at this point
Commits on Feb 9, 2023
refactor: Move TransferManagerConfig to own file and Add Parallel Upload/Download Configs to jobs (#1895)
sydney-munro
authored
0fa8d57
View commit details
Copy full SHA for 0fa8d57
Browse repository at this point
Commits on Mar 7, 2023
chore: merge main into transfer-manager branch (#1930)
Show description for 3e89b1f
8 people
authored
3e89b1f
View commit details
Copy full SHA for 3e89b1f
Browse repository at this point
Revert "chore: merge main into transfer-manager branch (#1930)"
Show description for 375dd7b
sydney-munro
committed
375dd7b
View commit details
Copy full SHA for 375dd7b
Browse repository at this point
Merge branch 'main' into feat/transfer-manager
sydney-munro
committed
fa57e3a
View commit details
Copy full SHA for fa57e3a
Browse repository at this point
Commits on Mar 15, 2023
feat: First Pass Implementation of UploadMany (#1922)
Show description for 01d7de9
sydney-munro
authored
01d7de9
View commit details
Copy full SHA for 01d7de9
Browse repository at this point
Commits on Mar 23, 2023
feat: First pass downloadMany (#1945)
Show description for fedbd9c
sydney-munro
authored
fedbd9c
View commit details
Copy full SHA for fedbd9c
Browse repository at this point
Commits on Mar 28, 2023
feat: Apply BlobWriteOptions to UploadMany operations (#1950)
Show description for 47dad11
sydney-munro
authored
47dad11
View commit details
Copy full SHA for 47dad11
Browse repository at this point
Commits on Apr 5, 2023
fix: Review session updates (#1964)
Show description for abc6ec4
sydney-munro
and
BenWhitehead
authored
abc6ec4
View commit details
Copy full SHA for abc6ec4
Browse repository at this point
Commits on Apr 12, 2023
feat: Change Prefix to Download Directory (#1975)
Show description for 63e6d52
sydney-munro
and
BenWhitehead
authored
63e6d52
View commit details
Copy full SHA for 63e6d52
Browse repository at this point
Commits on May 4, 2023
feat: Implement chunkedDownload and refactor direct downloads. (#1990)
sydney-munro
authored
b99a67d
View commit details
Copy full SHA for b99a67d
Browse repository at this point
Commits on May 5, 2023
Merge branch 'main' into feat/transfer-manager
sydney-munro
committed
a656793
View commit details
Copy full SHA for a656793
Browse repository at this point
Commits on May 24, 2023
feat: Error Handling and Transfer Status assignment FAILED_TO_START (#2028)
Show description for cbade06
sydney-munro
authored
cbade06
View commit details
Copy full SHA for cbade06
Browse repository at this point
Commits on May 30, 2023
Merge branch 'main' into feat/transfer-manager
sydney-munro
committed
ad72bc8
View commit details
Copy full SHA for ad72bc8
Browse repository at this point
Commits on Jun 6, 2023
feat: Error handling for Downloads (#2043)
sydney-munro
authored
cf10576
View commit details
Copy full SHA for cf10576
Browse repository at this point
Commits on Jun 9, 2023
fix: validateBlob failure fallsback to direct download (#2055)
Show description for b34b05e
sydney-munro
authored
b34b05e
View commit details
Copy full SHA for b34b05e
Browse repository at this point
Commits on Jun 13, 2023
feat: Exceptions for Chunked Downloads and Precondition Failure tests (#2062)
sydney-munro
authored
12a7a6f
View commit details
Copy full SHA for 12a7a6f
Browse repository at this point
Commits on Jun 14, 2023
feat: Resolve API futures on getDownload/UploadResults calls (#2064)
Show description for c19049d
sydney-munro
authored
c19049d
View commit details
Copy full SHA for c19049d
Browse repository at this point
test: Success and failure combined tests (#2066)
sydney-munro
authored
437385d
View commit details
Copy full SHA for 437385d
Browse repository at this point
Commits on Jun 16, 2023
chore: Add BetaApi Annotation to public classes and methods (#2067)
Show description for d503e34
sydney-munro
authored
d503e34
View commit details
Copy full SHA for d503e34
Browse repository at this point
Commits on Jun 20, 2023
Merge branch 'main' into feat/transfer-manager
sydney-munro
committed
4ea18d9
View commit details
Copy full SHA for 4ea18d9
Browse repository at this point
Commits on Jun 21, 2023
feat: Add validation around bytes received vs bytes expected (#2078)
sydney-munro
authored
45d142a
View commit details
Copy full SHA for 45d142a
Browse repository at this point
Commits on Jun 23, 2023
fix: update UploadCallable to use createFrom to avoid NPE trying to resolve resulting object (#2086)
Show description for 6769a2b
sydney-munro
authored
6769a2b
View commit details
Copy full SHA for 6769a2b
Browse repository at this point
Commits on Jun 26, 2023
docs: Javadocs for TransferManager interface and ParallelUploadConfig (#2094)
Show description for 63d8ed3
sydney-munro
authored
63d8ed3
View commit details
Copy full SHA for 63d8ed3
Browse repository at this point
Commits on Jun 29, 2023
docs: Javadocs for remainder of Transfer Manager (#2097)
sydney-munro
authored
0362e80
View commit details
Copy full SHA for 0362e80
Browse repository at this point
Commits on Jul 5, 2023
chore: add gcloud-tm/ entry to useragent for TransferManager (#2104)
BenWhitehead
authored
e57e633
View commit details
Copy full SHA for e57e633
Browse repository at this point
Commits on Jul 6, 2023
chore: move PackagePrivateMethodWorkarounds.java back to test folder
sydney-munro
committed
97e5d18
View commit details
Copy full SHA for 97e5d18
Browse repository at this point
revert copyright update
sydney-munro
committed
09ac019
View commit details
Copy full SHA for 09ac019
Browse repository at this point
You can’t perform that action at this time.