summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-09-03 14:18:14 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-09-03 14:18:14 -0700
commitfd83ac07713dc7724abcda6fa1f6912c9af5943b (patch)
tree1bf4518103e0349aae18404922869778642a07af /lib/chef_zero/endpoints
parent5a7b8f7816bb8af52feacdd66c84636ef486fb23 (diff)
downloadchef-zero-fd83ac07713dc7724abcda6fa1f6912c9af5943b.tar.gz
Make v2_to_v1 get() munge the base URI so cookbooks
generate the correct URLs
Diffstat (limited to 'lib/chef_zero/endpoints')
-rw-r--r--lib/chef_zero/endpoints/file_store_file_endpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/endpoints/file_store_file_endpoint.rb b/lib/chef_zero/endpoints/file_store_file_endpoint.rb
index 4be1eb0..4e20a5d 100644
--- a/lib/chef_zero/endpoints/file_store_file_endpoint.rb
+++ b/lib/chef_zero/endpoints/file_store_file_endpoint.rb
@@ -3,7 +3,7 @@ require 'chef_zero/rest_base'
module ChefZero
module Endpoints
# The minimum amount of S3 necessary to support cookbook upload/download
- # /file_store/FILE
+ # /organizations/NAME/file_store/FILE
class FileStoreFileEndpoint < RestBase
def json_only
false