Creating volumes and buckets using python's requests library. #6204
kwstarikas
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @kwstarikas, Volumes can be created via Ozone command-line client: S3 client cannot be used to create volumes, because it is not aware of this part of the namespace (it does not exist in S3). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community. I am running ozone locally, and i use boto3 to make requests(create/update/delete/get buckets and keys). How can i create volumes. I try using the requests library by sending a post request to om_url/volume but i get 404 error . (its my first discussion so sorry if this post is confusing.)
Beta Was this translation helpful? Give feedback.
All reactions