As per the documentation(http://docs.ceph.com/docs/hammer/radosgw/s3/objectops/), PUT /{bucket}/{object} HTTP/1.1 is the syntax to add an object to a bucket. How do I specify object which is a file to be added to the bucket?
Asked
Active
Viewed 645 times
0
-
Is there a reason why you are using HTTP rather than any s3 compatible client, like s3cmd? – 0xF2 Sep 13 '16 at 01:45
-
I m not sure if Ceph works with S3cmd – Vineel Sep 13 '16 at 04:16
-
if you are using RGW with the S3 interface, it should... beats writing protocol calls if all you want is to upload files to an S3 bucket. – 0xF2 Sep 14 '16 at 02:33