-
Notifications
You must be signed in to change notification settings - Fork 386
feat(storage): add MoveObject method for HNS-enabled buckets #14537
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
Conversation
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.csproj
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.MoveObject.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.MoveObject.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.MoveObject.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.MoveObject.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageFixture.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageFixture.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageFixture.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageFixture.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageFixture.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageFixture.cs
Outdated
Show resolved
Hide resolved
This PR is ready for re-review. |
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/MoveObjectTest.cs
Outdated
Show resolved
Hide resolved
@mahendra-google Can you please rebase this PR on HEAD, your branch is a few commits behind and that's why the "Detect differences" check is failing. Thanks. |
…ient.MoveObject.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…ient.MoveObject.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…ient.MoveObject.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…ient.MoveObject.cs Update apis.json
…onTests/StorageFixture.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…ient.MoveObject.cs Update apis.json
…onTests/MoveObjectTest.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…onTests/MoveObjectTest.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…onTests/MoveObjectTest.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…onTests/MoveObjectTest.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…onTests/MoveObjectTest.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
…onTests/MoveObjectTest.cs Co-authored-by: Amanda Tarafa Mas <[email protected]>
Update apis.json Update apis.json
f9f9c0f
to
de2d78a
Compare
|
This PR is ready for re-review except blank line at 6732 in apis.json. |
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.
Thanks, LGTM on my part, I'll just wait for the Storage team to reply to my two pending questions, and if they confirm, we can merge.
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
Moves an object within a bucket with hierarchical namespace enabled. This method uses the moveObject underlying API operation for more flexibility and reliability.