We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Do you have more info?
Sorry, something went wrong.
Nope.. now it fixed 😄
http://stackoverflow.com/questions/4770635/s3-error-the-difference-between-the-request-time-and-the-current-time-is-too-la
No branches or pull requests
The text was updated successfully, but these errors were encountered: