{"id":175,"date":"2012-11-16T17:27:18","date_gmt":"2012-11-16T23:27:18","guid":{"rendered":"http:\/\/sha.nnoncarey.com\/blog\/?p=175"},"modified":"2012-11-16T18:05:12","modified_gmt":"2012-11-17T00:05:12","slug":"fogstorageawsfileslength-vs-all-length","status":"publish","type":"post","link":"https:\/\/sha.nnoncarey.com\/blog\/archives\/175","title":{"rendered":"Fog::Storage::AWS::Files#length vs. #all.length"},"content":{"rendered":"<p>Beware thee calling the #length method on a Fog::Storage::AWS::Files object! It seems to include recently destroyed files!<\/p>\n<p>Instead, you should use #all.length<\/p>\n<pre class=\"brush: ruby; title: ; notranslate\" title=\"\">\r\n# Includes destroyed files!!\r\nFog::Storage.new(my_connection).directories.get(my_directory).files.length\r\n\r\n# Better!\r\nFog::Storage.new(my_connection).directories.get(my_directory).files.all.length\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Beware thee calling the #length method on a Fog::Storage::AWS::Files object! It seems to include recently destroyed files! Instead, you should use #all.length # Includes destroyed files!! Fog::Storage.new(my_connection).directories.get(my_directory).files.length # Better! Fog::Storage.new(my_connection).directories.get(my_directory).files.all.length<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-175","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/posts\/175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/comments?post=175"}],"version-history":[{"count":6,"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/posts\/175\/revisions"}],"predecessor-version":[{"id":190,"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/posts\/175\/revisions\/190"}],"wp:attachment":[{"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/media?parent=175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/categories?post=175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sha.nnoncarey.com\/blog\/wp-json\/wp\/v2\/tags?post=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}