-
Notifications
You must be signed in to change notification settings - Fork 281
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
Some BlockStorage composite operations throw a 404/NotAuthorizedOrNotFound for Cross Region operations #344
Comments
github-anurag
added
the
SDK
Issue pertains to the SDK itself and not specific to any service
label
Apr 30, 2021
This issue has been resolved in v2.43.2 with the introduction of two new operations in BlockstorageClientCompositeOperations namely |
An example usage:-
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The copy_boot_volume_backup_and_wait_for_state() and copy_volume_backup_and_wait_for_state() from the BlockStorage Client Composite operations throw a 404/NotAuthorizedOrNotFound when copying a backup from one region to another.
Example:-
A workaround would be to use two different clients for this operation. A client in Source Region to send the request for the backup copy from Region A to Region B, and a client in Destination region which would then wait for the backup to become available.
An example using this approach can be found at:-
CopyVolumeBackup
CopyBootVolumeBackup
The text was updated successfully, but these errors were encountered: