Rook ceph listing Objects in a bucket #4206
Unanswered
elizatlawy
asked this question in
Q&A
Replies: 1 comment
-
@elizatlawy can you please share steps to use rook-ceph bucket used to create and send API calls to that as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have managed to PUT and GET objects into a
rook-ceph
bucket.However, I when I'm trying to use the
listObjectsV2
function to list the objects in a specific bucket It returns me an empty array for Contents and CommonPrefixes.I wish to check if there's been such an issue before and if so what is the resolution.
Code example:
And the response is:
{ Contents: [], CommonPrefixes: [] }
Beta Was this translation helpful? Give feedback.
All reactions