-
Notifications
You must be signed in to change notification settings - Fork 1k
chore: [Storage] update turbo copy and filenames #1601
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
chore: [Storage] update turbo copy and filenames #1601
Conversation
@ddelgrosso Hi Denis, We'll need to update the turbo replication code samples for PHP. Turbo replication is not set to default, the replication behavior or recovery point objective (rpo) for the bucket is set to default. Looks like we'll want to update the PHP function name(s) as well (set_turbo_replication_async_turbo=>set_rpo_async_turbo). See proposed changes. Thanks!
@ddelgrosso Hi Denis, We'll need to update the turbo replication code samples for PHP. Turbo replication is not set to default, the replication behavior or recovery point objective (rpo) for the bucket is set to default. Looks like we'll want to update the PHP function name and file name: set_turbo_replication_default=>set_rpo_default See proposed changes. Thanks!
|
Here is the summary of possible violations 😱 DetailsThere is a possible violation for removing region tag in use.
The end of the violation section. All the stuff below is FYI purposes only. You are about to delete the following sample browser pages.
Here is the summary of changes. You are about to add 3 region tags.
You are about to delete 3 region tags.
This comment is generated by snippet-bot.
|
|
The changes look good to me but I defer to @saranshdhingra or one of the PHP experts. |
bshaffer
left a comment
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.
The tests are failing because you didn't update them to match the changes in filenames or the change in copy for the test matching. See TurboReplicationTest.php, they'll need to pass before we can merge this.
Saransh, Updated text in the test file php-docs-samples/storage/test/TurboReplicationTest.php.
|
@bshaffer Would you please take a look? Thanks! |
|
The tests are still failing. Take a look at the logs! |
|
saranshdhingra
left a comment
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.
LGTM. Thanks for taking care of the tests :)
Waiting for confirmation on region tag/path changes in https://cloud.google.com/storage/docs/managing-turbo-replication
@saranshdhingra @ddelgrosso1
Thanks for calling out the file names, Saransh!
I've done an audit of file names, function names, section tags, printed lines, and descriptions. Please take a look. These are updates to the turbo replication PHP code samples noted in b/217259317. Thanks!