Ozone for my work for creating volume , buckets and storing data without using s3 and Aws through Python3 #6665
Answered
by
errose28
FaheemKhan0817
asked this question in
FAQ
-
Can i used stand-alone Ozone for my work for creating volume , buckets and storing data without using s3 and Aws through Python3 script? |
Beta Was this translation helpful? Give feedback.
Answered by
errose28
May 10, 2024
Replies: 1 comment 2 replies
-
Yes, Ozone not only supports S3 compatible access(through s3g), but aslo supports Hadoop compatible filesystem API(through ozone java client), and Ozone fs CLI (usually for administrators). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ozone does not provide its own Python client, only a Java client. The HDFS Java client can also be used. Using S3 protocol with a Python S3 client is the recommended way to interact directly with Ozone through Python.