-
Notifications
You must be signed in to change notification settings - Fork 370
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
feat: Base TPC Support #2397
Conversation
There was a problem hiding this 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!
@@ -302,7 +312,7 @@ export enum ActionToHTTPMethod { | |||
} | |||
|
|||
/** | |||
* @private | |||
* @deprecated - no longer used |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Added some tests |
9.6.3+ is required for Storage TPC Support
Related: #2197
🦕