Kefu Chai
2670d244fd
doc: various fixes
...
- radosgw/s3/bucketops.rst: fix Malformed table.
- operations/health-checks.rst: Title underline too short
- rbd/rados-rbd-cmds.rst: Title underline too short
- rados/operations/index.rst: include health-checks in toc
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-08-01 17:31:36 +08:00
John Wilkins
60e6cf509c
doc/rgw: Removed contractions for ESL speakers.
...
Signed-off-by: John Wilkins <jowilkin@redhat.com>
2017-07-27 09:54:37 -07:00
Kefu Chai
125f27e3e8
Merge pull request #10851 from atheism/rgw-s3-doc-update
...
doc/radosgw/s3/cpp.rst: update usage of libs3 APIs to make the examples work
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-04-14 10:18:10 +08:00
Weibing Zhang
654112000e
doc: rgw: fix a typo in S3 java api example
...
ObjectSummary.getSize() should be objectSummary.getSize()
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com>
2016-11-03 18:23:02 +08:00
Orit Wasserman
63e86e542e
Merge pull request #11280 from ceph/wip-17440
...
rgw: fixes for virtual hosting of buckets
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
2016-11-01 10:14:13 +01:00
Casey Bodley
36203c28ba
doc: configuring virtual hosted buckets for radosgw
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2016-10-03 14:25:23 -04:00
zhangweibing
0d96dec971
doc/radosgw/s3/cpp.rst: update usage of libs3 APIs to make the examples work
...
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com>
2016-08-25 11:14:38 +08:00
weiqiaomiao
9c3fe46a7e
doc/radosgw: fix description of response elements 'Part'
...
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
2016-08-10 14:11:43 +08:00
Dunrong Huang
29f9d10ea9
doc: add missing semicolon
...
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:57:22 +08:00
Dunrong Huang
be55a275de
doc: s/Bucket/BucketName
...
from amazon s3 documentaion, the name shoule be BucketName rather than Bucket.
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:35:12 +08:00
Dunrong Huang
dd065d890b
doc: update SetACL API
...
Since v2 and later version, SetACLRequest() and SetACL() were removed,
and replaced by PutACLRequest() and PutACL()
Reference:
http://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/MS3_S3PutACL_PutACLRequestNET4_5.html
http://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/MS3_S3PutACL_PutACLRequest.html
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:24:03 +08:00
Dunrong Huang
d46297e7d8
doc: s/ListBucketResponse/ListBucketsResponse
...
From following documentation:
- http://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/MS3ListBucketsResponsector_.html
- http://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/TS3ListBucketsResponse_NET4_5.html
the correct class name is ListBucketsResponse.
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 15:15:43 +08:00
Dunrong Huang
fd6fca7f28
doc: `Amazon.AWSClientFactory' is obsolete
...
From http://blogs.aws.amazon.com/net/post/Tx2JT7AYCL2F6CB/ , Amazon.AWSClientFactory was removed
Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
2015-12-23 12:09:53 +08:00
Yehuda Sadeh
54a6222501
Merge pull request #6829 from LenzGr/master
...
doc: Fixed incorrect name of a "List Multipart Upload Parts" Response Entity
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2015-12-07 11:09:41 -08:00
Lenz Grimmer
3e23e45dd7
doc: Fixed incorrect name of a "List Multipart Upload Parts" Response Entity
...
Fixed incorrect name of a "List Multipart Upload Parts" Response Entity:
"InitiatedMultipartUploadsResult" -> "ListPartsResult"
Fixes : #14003
Signed-off-by: Lenz Grimmer <lenz@grimmer.com>
2015-12-07 15:54:49 +01:00
Kefu Chai
cbe85ec126
doc: fix the code-block in ruby.rst
...
* and add the link to library homepage in the section titles
Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-09-02 02:51:05 +08:00
Kadu Ribeiro
d05e531dc0
doc: update ruby doc with the aws-sdk gem usage
...
Since I'm using ceph with the `aws-sdk` gem (https://github.com/aws/aws-sdk-ruby ) instead `aws-s3` (https://github.com/marcel/aws-s3 ) because the aws-s3 have a trouble with the new active support (https://github.com/marcel/aws-s3/issues/98 ) (and the downgrade active-support wasn't a option), I proposed change the doc to receive the usage instructions with the aws-sdk gem.
I used ceph with aws-sdk gem with this commands.
Thanks so much
Signed-off-by: Carlos E Ribeiro <mail@carlosribeiro.me>
2015-08-31 11:28:05 -03:00
shawn
5c395ff856
doc: add bucket object version description.
...
bucket object version has been supported, but do not have description in the docs,
so add this part.
Signed-off-by: shawn chen <cxwshawn@gmail.com>
2015-07-30 10:09:16 +08:00
Abhishek Lekshmanan
a1ba3852cc
doc: rgw document s3 bucket location features
...
Fixes : #10142
Reported-by: Neil Levine <nlevine@redhat.com>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
2014-11-24 23:36:21 +05:30
Ashish Chandra
f7ca1bf10f
Update python.rst
...
Signed-off-by:ashish.a.chandra@ril.com
2014-08-25 17:36:29 +05:30
John Wilkins
54d230529b
doc: Added Java example for setting protocol to HTTP.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-05-31 11:15:20 -07:00
Alexandre Marangone
ac9fa4336e
Fix tips in documentation
...
Use of .. tip: instead of .. tip:: resulting in content not
being displayed.
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-20 21:17:53 -07:00
carsonoid
b244b87f28
Update doc/radosgw/s3/python.rst
...
Note about creating conn object for non-ssl implementations.
2013-03-05 11:03:08 -08:00
Dan Mick
aec2a4742c
s3/php: update to 1.5? version of API
...
Something like v1.5 of the Amazon PHP library requires the AmazonS3
constructor to be given an array of parameters rather than using
the globals. More research needs to happen, and particularly
about the v2 API, but this might solve someone's problem with
v1.5 while we do that research.
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-01-25 21:25:45 -08:00
John Wilkins
2e7cba7bca
doc: fixed indent in python example.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-10 14:14:09 -08:00
John Wilkins
0be2611158
doc: Published RADOS GW docs and install as is for now. Needs more work.
...
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-06-26 08:21:05 -07:00