-
Hi Is it possible to access the same bucket using S3 and O3FS interface depending on the client choice ? Some legacy clients are using the "hadoop client" which is not compatible with Ozone s3g interface from my tests. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello JL. Yes, user can access the same Ozone bucket through S3 or OFS/O3FS interface, using S3 client or Ozone java client. |
Beta Was this translation helpful? Give feedback.
Hello JL. Yes, user can access the same Ozone bucket through S3 or OFS/O3FS interface, using S3 client or Ozone java client.
OFS/O3FS uses Kerberos authentication. S3 follows the AWS Signature V4 which requires AWS style access ID and key.