You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source_url = "http://s3fs.googlecode.com/files/s3fs-#{s3fs_version}.tar.gz"
should be source_url = "http://github.com/s3fs-fuse/s3fs-fuse/archive/v#{s3fs_version}.tar.gz"
The text was updated successfully, but these errors were encountered:
s3fs has moved to GitHub from Google Code. The latest version, as of this post, is 1.78 but Google Code's latest stored version is 1.74 and may no longer be getting updated (Google Code is no longer accepting new downloads per http://google-opensource.blogspot.com/2013/05/a-change-to-google-code-download-service.html ).
install.rb
, line 48:https://github.com/hw-cookbooks/s3fs-fuse/blob/develop/recipes/install.rb#L48
source_url = "http://s3fs.googlecode.com/files/s3fs-#{s3fs_version}.tar.gz"
should be
source_url = "http://github.com/s3fs-fuse/s3fs-fuse/archive/v#{s3fs_version}.tar.gz"
The text was updated successfully, but these errors were encountered: