I'm trying to access objects created via the Object Gateway via the filesystem (Ceph Filesystem or Block Device). The Ceph documentation mentions:
Ceph Object Gateway can store data in the same Ceph Storage Cluster used to store data from Ceph Filesystem clients or Ceph Block Device clients.
Does this imply that I can access those objects outside of the S3/Swift APIs?
If so, is it possible to access that data using the credentials managed by the Object Gateway?
Thank you!