Skip to content
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: Base TPC Support #2397

Merged
merged 13 commits into from
Feb 12, 2024
Merged

feat: Base TPC Support #2397

merged 13 commits into from
Feb 12, 2024

Conversation

danielbankhead
Copy link
Member

@danielbankhead danielbankhead commented Jan 29, 2024

Related: #2197

🦕

@danielbankhead danielbankhead requested review from a team as code owners January 29, 2024 20:05
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: storage Issues related to the googleapis/nodejs-storage API. labels Jan 29, 2024
Copy link

@BrennaEpp BrennaEpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to see some tests around signed URLs, but that may or may not apply to this PR depending if I'm understanding it correctly. Left some questions to figure it out. Thanks!

src/signer.ts Outdated Show resolved Hide resolved
src/signer.ts Outdated Show resolved Hide resolved
@@ -302,7 +312,7 @@ export enum ActionToHTTPMethod {
}

/**
* @private
* @deprecated - no longer used
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this going to fall under a breaking change since it is being deprecated in this feature?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest no since we've previously marked it as private

@@ -102,20 +111,17 @@ const SEVEN_DAYS = 7 * 24 * 60 * 60;

/**
* @const {string}
* @private
* @deprecated - unused
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Jan 30, 2024
@danielbankhead
Copy link
Member Author

I'd like to see some tests around signed URLs, but that may or may not apply to this PR depending if I'm understanding it correctly. Left some questions to figure it out. Thanks!

Added some tests

@danielbankhead danielbankhead added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2024
src/file.ts Show resolved Hide resolved
9.6.3+ is required for Storage TPC Support
@danielbankhead danielbankhead merged commit a3f4891 into main Feb 12, 2024
19 checks passed
@danielbankhead danielbankhead deleted the tpc-updates branch February 12, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/nodejs-storage API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants