<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>UK Ruby on Rails, Exalead, AWS, Consultancy - Ooh la la: Paperclip et les European S3 buckets Comments</title>
  <id>tag:thewebfellas.com,2011:/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets/comments</id>
  <generator version="0.7.3" uri="http://mephistoblog.com">Mephisto Noh-Varr</generator>
  <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
  <updated>2011-06-16T08:47:45Z</updated>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:27696</id>
    <published>2011-06-16T08:47:03Z</published>
    <updated>2011-06-16T08:47:03Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;I've not had chance to play with it yet, but the latest Paperclip includes support for &lt;a href=&quot;http://rubygems.org/gems/fog&quot; title=&quot;Read about Fog&quot;&gt;Fog&lt;/a&gt; - it'll probably be an easier way of supporting EU buckets than all this patching :)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>John</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:27679</id>
    <published>2011-06-15T12:34:28Z</published>
    <updated>2011-06-15T12:34:28Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by John</title>
<content type="html">&lt;p&gt;Im not sure if anyone is covering this thread but i have followed step 2 and i get this error when it comes to saving the file in the amazon bucket&lt;/p&gt;

&lt;p&gt;The request signature we calculated does not match the signature you provided. Check your key and signing method.&lt;/p&gt;

&lt;p&gt;Ive followed the code through and can login ok, access the buckets etc but when it comes to saving the file i get the error above.&lt;/p&gt;

&lt;p&gt;Anyone have any ideas whats going wrong?&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Kaushik Shah</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:25685</id>
    <published>2011-03-18T19:21:55Z</published>
    <updated>2011-03-18T19:21:55Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Kaushik Shah</title>
<content type="html">&lt;p&gt;@Tim, can you specify what error you are getting?&lt;/p&gt;

&lt;p&gt;Checked Option 2 with S3 gem(v0.3.8)..
Works like a breeze!&lt;/p&gt;

&lt;p&gt;Thanks a ton, Rob!!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Tim Brandes</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:23474</id>
    <published>2011-02-02T10:10:00Z</published>
    <updated>2011-02-02T10:10:00Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Tim Brandes</title>
<content type="html">&lt;p&gt;After trying several hours yesterday I couldn't get the S3 gem (0.3.7) working properly with Rails (3.0.3). I've tried with both EU and US Buckets but an attachment never got uploaded to S3. I am using the config/initializers/&quot;s3_paperclip.rb&quot;:https://github.com/qoobaa/s3/blob/master/extra/s3_paperclip.rb provided by Jakub Kuźma and additionally a config/initializiers/&quot;paperclip.rb&quot;:https://gist.github.com/807493 after &quot;Jonathan Spies&quot;:http://www.jonathanspies.com/posts/6-Using-yaml-to-configure-default-options-for-Paperclip – I reckon this could be a source of trouble.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Jeremy Lecour</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:22848</id>
    <published>2011-01-13T08:26:43Z</published>
    <updated>2011-01-13T08:26:43Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Jeremy Lecour</title>
<content type="html">&lt;p&gt;I've had to deal with this yesterday, and as far as I can tell, it is now resolved by using &lt;a href=&quot;https://github.com/qoobaa/s3&quot;&gt;S3&lt;/a&gt; instead of &lt;a href=&quot;https://github.com/marcel/aws-s3&quot;&gt;AWS-S3&lt;/a&gt; and copying its storage driver for Paperclip inside &lt;code&gt;Rails.root/config/initializer&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for your various contributions on this issue.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Fredrik W</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:20610</id>
    <published>2010-11-09T21:17:19Z</published>
    <updated>2010-11-09T21:17:19Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Fredrik W</title>
<content type="html">&lt;p&gt;I can't quite seem to get this to work with Rails 3. The initializer runs when the app starts but its monkey patches seem to get overriden when the models are initialized, since I keep getting:&lt;/p&gt;

&lt;p&gt;no such file to load -- aws/s3 (You may need to install the aws-s3 gem)&lt;/p&gt;

&lt;p&gt;If I modify the model to explicitly require the initializer after the first page-load, everything works until the servers gets restarted.. Any ideas?&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:19512</id>
    <published>2010-10-11T23:02:45Z</published>
    <updated>2010-10-11T23:02:45Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;To set S3 file permissions, pass the &lt;code&gt;:s3_permissions&lt;/code&gt; option to &lt;code&gt;has_attached_file&lt;/code&gt; and set it to &lt;code&gt;:private&lt;/code&gt;.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:19511</id>
    <published>2010-10-11T22:57:17Z</published>
    <updated>2010-10-11T22:57:17Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;Thanks for the update Nick, I'll take another look at option #2 and see what needs fixing for the newer S3 gem.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Nick Rutherford</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:19508</id>
    <published>2010-10-10T16:43:37Z</published>
    <updated>2010-10-10T16:43:37Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Nick Rutherford</title>
<content type="html">&lt;p&gt;I gave the 2 approaches above a spin just now while moving from att-fu database store to paperclip s3 store &amp;amp; got approach #1 working but not #2, the s3 gem is &gt; 0.3 now, maybe issues from that.&lt;/p&gt;

&lt;p&gt;Either way, thanks Rob for sharing your work!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Refurbished Computers</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:19301</id>
    <published>2010-09-28T10:52:37Z</published>
    <updated>2010-09-28T10:52:37Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Refurbished Computers</title>
<content type="html">&lt;p&gt;I have paperclip and the S3 gem set up in combination with delayed job in my application, but I can't see to figure out how to set new uploaded files to private instead of public read.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>U&#291;is Ozols</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:15540</id>
    <published>2010-05-22T21:41:23Z</published>
    <updated>2010-05-22T21:41:23Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by U&#291;is Ozols</title>
<content type="html">&lt;p&gt;Thank you very much Rob. Just what i needed :)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Stephane</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:15173</id>
    <published>2010-05-08T08:04:53Z</published>
    <updated>2010-05-08T08:04:53Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Stephane</title>
<content type="html">&lt;p&gt;Thanks a lot Rob, i put s3_paperclip.rb into config/initializers/ directory and it works well now.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:15077</id>
    <published>2010-05-03T20:55:10Z</published>
    <updated>2010-05-03T20:55:10Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;The latest version of the S3 gem includes a time expiring URL method. Make sure you've got at least version 0.2.8 of the gem and use the &lt;kbd&gt;s3_paperclip.rb&lt;/kbd&gt; in the &lt;kbd&gt;extras&lt;/kbd&gt; directory and you should have all you need. You can view the source &lt;a href=&quot;http://github.com/qoobaa/s3/blob/master/extra/s3_paperclip.rb&quot; title=&quot;View the paperclip module&quot;&gt;here&lt;/a&gt; - as you can see it now has the &lt;code&gt;expiring_url&lt;/code&gt; method.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Stephane</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:14961</id>
    <published>2010-04-28T15:54:20Z</published>
    <updated>2010-04-28T15:54:20Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Stephane</title>
<content type="html">&lt;p&gt;Hi Rob,&lt;/p&gt;

&lt;p&gt;Thanks for this amazing post, you saved me hours of work !&lt;/p&gt;

&lt;p&gt;Do you know if there is a workaround for time expiring URLs to access private objects ?&lt;/p&gt;

&lt;p&gt;Because my project have to store only private documents on S3.&lt;/p&gt;

&lt;p&gt;Stephane.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Ludo Haveman</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:14665</id>
    <published>2010-04-13T18:54:59Z</published>
    <updated>2010-04-13T18:54:59Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Ludo Haveman</title>
<content type="html">&lt;p&gt;You saved me again Rob! Thanks a lot, I almost cannot believe I missed that typo. Anyway, you made my day!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:14662</id>
    <published>2010-04-13T16:25:53Z</published>
    <updated>2010-04-13T16:25:53Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;You're welcome!&lt;/p&gt;

&lt;p&gt;If you're using the current version of the Paperclip module that comes with the S3 gem then there is a little typo you need to fix &lt;a href=&quot;http://github.com/qoobaa/s3/blob/master/extra/s3_paperclip.rb#L103&quot; title=&quot;See the typo&quot;&gt;here&lt;/a&gt;, it should be:&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;object.acl = @s3_permissions&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I'd give that a try first and see if it helps.&lt;br /&gt;Rob&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Ludo Haveman</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:14652</id>
    <published>2010-04-13T06:03:06Z</published>
    <updated>2010-04-13T06:03:06Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Ludo Haveman</title>
<content type="html">&lt;p&gt;Rob,  I want to thank you for a very useful blog post. It helped me out in at least seven different ways.&lt;/p&gt;

&lt;p&gt;Jakub, thank you for a very nice S3 gem. As my site has it's base in europe, the European bucket support is also very welcome.&lt;/p&gt;

&lt;p&gt;There is one thing though (there always is ;)) that I hope you can help me with. I have paperclip and the S3 gem set up in combination with delayed&lt;em&gt;job in my application, but I can't see to figure out how to set new uploaded files to private instead of public&lt;/em&gt;read.&lt;/p&gt;

&lt;p&gt;I tried setting :s3_permissions =&gt; 'private' in the file model, and tried searching for the place where the acl gets set in paperclip.rb. Hope you can point me in the right direction. Thanks in advance.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:14483</id>
    <published>2010-04-02T16:40:35Z</published>
    <updated>2010-04-02T16:40:35Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;CarrierWave is on my todo list for a future blog :)&lt;/p&gt;

&lt;p&gt;I've submitted a patch for Paperclip to replace AWS/S3 with the S3 gem: you can try it out &lt;a href=&quot;http://github.com/thoughtbot/paperclip/issues/issue/177&quot; title=&quot;See the patch&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I'll also send a patch to Jakub for including in the S3 gem itself over the next few days.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Alex Barlow</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:14257</id>
    <published>2010-03-23T10:53:12Z</published>
    <updated>2010-03-23T10:53:12Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Alex Barlow</title>
<content type="html">&lt;p&gt;Also note, Right Aws can be used with &lt;a href=&quot;http://github.com/jnicklas/carrierwave&quot;&gt;Carrierwave&lt;/a&gt; which is an awesome upload gem and im my opinion cleaner. As your upload logic is done in a separate model called an uploader.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Greg W</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:13778</id>
    <published>2010-03-04T00:16:53Z</published>
    <updated>2010-03-04T00:16:53Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Greg W</title>
<content type="html">&lt;p&gt;Just wanted to say that you have some really useful posts on your blog. Your series on Paperclip and s3 have given me some great starts/ideas.  Thanks for sharing your code.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:13171</id>
    <published>2010-02-07T11:49:46Z</published>
    <updated>2010-02-07T11:49:46Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;You're welcome Jakub :D I actually spent some time on Friday writing a patch for Paperclip, and I've also got some patches for the S3 gem itself (to better support Ruby 1.8.6 and add some missing features that Paperclip needs) - I'll send them over to you once I've finished them off.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Jakub Ku&#378;ma</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:13168</id>
    <published>2010-02-07T10:25:17Z</published>
    <updated>2010-02-07T10:25:17Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Jakub Ku&#378;ma</title>
<content type="html">&lt;p&gt;Thanks for describing my gem! I'll try to implement the stuff that you've mentioned. I wrote to attachment_fu and paperclip maintainers about the backends but nobody answered.&lt;/p&gt;

&lt;p&gt;@ABT: I don't really know if the gem is threadsafe or not - it'd be nice if you can check it and submit appropriate patches if needed.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:13013</id>
    <published>2010-02-01T08:42:32Z</published>
    <updated>2010-02-01T08:42:32Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by Rob Anderton</title>
<content type="html">&lt;p&gt;Not sure what you've done differently to make it work, but even the Paperclip tests fail when run on an EU bucket.&lt;/p&gt;

&lt;p&gt;As for thread-safety, it'd probably be best to check with the authors of the gem to see what, if anything, they've done or plan to do in that area (I couldn't see any explicit threading related code when I was skim reading the source).&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>ABT</name>
    </author>
    <id>tag:thewebfellas.com,2010-01-31:12699:13012</id>
    <published>2010-02-01T08:05:36Z</published>
    <updated>2010-02-01T08:05:36Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets" rel="alternate" type="text/html"/>
    <title>Comment on 'Ooh la la: Paperclip et les European S3 buckets' by ABT</title>
<content type="html">&lt;p&gt;I've been testing Paperclip (2.3.1) with AWS::S3 and a European bucket and I had no problem with putting/getting files from the bucket?!&lt;/p&gt;

&lt;p&gt;The problem I had was that AWS::S3 was not threadsafe, any idea if S3 is threadsafe?&lt;/p&gt;</content>  </entry>
</feed>

