Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hutchens committed Nov 9, 2011
1 parent e8c5307 commit 649dd67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/asset_sync/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def connection
end

def bucket
@bucket ||= connection.directories.get(self.config.aws_bucket)
# fixes: https://github.com/rumblelabs/asset_sync/issues/18
@bucket ||= connection.directories.get(self.config.aws_bucket, :prefix => 'assets')
end

def keep_existing_remote_files?
Expand Down

0 comments on commit 649dd67

Please sign in to comment.