From 876034be7acbf3ac4a75a80440dfe597f20b983f Mon Sep 17 00:00:00 2001 From: "magibney@908c3d4677b9e87e203538d4d5e8c296255749a0" Date: Tue, 9 Feb 2016 19:21:15 +0000 Subject: rename todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn to todo/support_path-style_syntax_for_S3_bucket_specification.mdwn --- doc/todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn | 3 --- doc/todo/support_path-style_syntax_for_S3_bucket_specification.mdwn | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 doc/todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn create mode 100644 doc/todo/support_path-style_syntax_for_S3_bucket_specification.mdwn (limited to 'doc') diff --git a/doc/todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn b/doc/todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn deleted file mode 100644 index e5e98d112..000000000 --- a/doc/todo/allow_path-style_syntax_for_S3_bucket_specification.mdwn +++ /dev/null @@ -1,3 +0,0 @@ -It appears that currently there's no way to use the "path-style" method for accessing S3 buckets (as contrasted [here](http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAPI.html) with the "virtual hosted-style" of bucket specification). Would it be possible to add an S3-special-remote configuration parameter to adjust the underlying S3 library's "s3RequestStyle" config parameter? I believe that the "PathStyle" value would be relevant to this specific request, as mentioned in the [S3 library README](https://github.com/aristidb/aws#frequently-asked-questions). - -The virtual-hosted style of bucket specification involves a lot of DNS overhead. In my particular use case, I'm looking at running Ceph with a radosgw with S3 support, and in fact the Ceph documention [specifically indicates](http://docs.ceph.com/docs/master/radosgw/s3/commons/#bucket-and-host-name) a preference for "path-style" bucket specification. diff --git a/doc/todo/support_path-style_syntax_for_S3_bucket_specification.mdwn b/doc/todo/support_path-style_syntax_for_S3_bucket_specification.mdwn new file mode 100644 index 000000000..e5e98d112 --- /dev/null +++ b/doc/todo/support_path-style_syntax_for_S3_bucket_specification.mdwn @@ -0,0 +1,3 @@ +It appears that currently there's no way to use the "path-style" method for accessing S3 buckets (as contrasted [here](http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAPI.html) with the "virtual hosted-style" of bucket specification). Would it be possible to add an S3-special-remote configuration parameter to adjust the underlying S3 library's "s3RequestStyle" config parameter? I believe that the "PathStyle" value would be relevant to this specific request, as mentioned in the [S3 library README](https://github.com/aristidb/aws#frequently-asked-questions). + +The virtual-hosted style of bucket specification involves a lot of DNS overhead. In my particular use case, I'm looking at running Ceph with a radosgw with S3 support, and in fact the Ceph documention [specifically indicates](http://docs.ceph.com/docs/master/radosgw/s3/commons/#bucket-and-host-name) a preference for "path-style" bucket specification. -- cgit v1.2.3