-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to get object using idempotent key? #276
Comments
@Kingg22 Please refer to the official API documentation for more information. |
Yes, I saw that attribute, but my question is if you could use it to search without using the name. Just the ID. |
@Kingg22 For your usecase perhaps you can try using ListObjects and pass in the |
Thanks for that, anyway I wanted to leave the suggestion (although it is not directly the SDK but the API) to search for objects with other keys and not strictly the object name. That's all from me, thanks for the speed in responding to me. Have a good day. |
Hi, I'm making a request like this, but I'd like to get an object with an ETag or a custom key with a more idempotent id to make sure I delete it correctly and don't lose other objects. Can this be done at the moment or could it be implemented?
The text was updated successfully, but these errors were encountered: