Skip to content

Commit

Permalink
Merge pull request #52 from bluefuton/master
Browse files Browse the repository at this point in the history
Fix cdn_ssl_url and cdn_streaming_url methods
  • Loading branch information
minter committed Nov 10, 2011
2 parents 5c44d39 + 3b0fafd commit c0b36aa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/cloudfiles/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,10 @@ def cdn_url
def cdn_ssl_url
self.cdn_metadata[:cdn_ssl_url]
end
# CDN Streaming container URL (if container is public)
def cdn_ssl_url
self.cdn_metadata[:cdn_streaming_url]
end

# CDN Streaming container URL (if container is public)
def cdn_ssl_url
self.cdn_metadata[:cdn_streaming_url]
def cdn_streaming_url
self.cdn_metadata[:cdn_streaming_url]
end

#used by openstack swift
Expand Down

0 comments on commit c0b36aa

Please sign in to comment.