I have a JAR file - jets3t-0.7.4.jar, by which I can access Amazon's S3 storage. I need to modify its source code so that it accesses Ceph object storage instead. I know it can done by modfying the S3 API, but do not know how. Does anyone know how to do this? I googled for information, but didn't really find anything informative. Any help is appreciated. Thanks!
Asked
Active
Viewed 1,136 times
0
-
Here's the [source](https://bitbucket.org/jmurty/jets3t/src). Fork it. ? – TJ- Nov 10 '14 at 16:47
1 Answers
0
- Just let the S3 endpoint resolve to your ceph radosgw (ceph's S3 API interface.), via /etc/resolv.conf, dnsmasq, jets3t's config....many ways available.
- Many object storage claim that they are S3 compatible, but in fact they are not. I think ceph is one of them. If what you want is fully compatible, google cloudian.

petertc
- 3,607
- 1
- 31
- 36