Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The difference between the request time and the current time is too large. #122

Closed
agungyuliaji opened this issue Feb 25, 2013 · 2 comments

Comments

@agungyuliaji
Copy link

  def self.load_json s3_url
    return false if s3_url.blank?
      begin
        s3_interface = Aws::S3Interface.new(S3_ACCESS_KEY, S3_SECRET_KEY)
        obj = JSON.parse(s3_interface.get_object 'marketfu', s3_url) 
        return obj
      end
    end
@treeder
Copy link
Member

treeder commented Feb 25, 2013

Do you have more info?

@agungyuliaji
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants