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
url_for method requires adding current time in epoch secs + expiry time eg: AWS::S3::S3Object.url_for(file_name, bucket, :expires_in => Time.now.tv_usec + 60 * 30)
Documentation says otherwise
# # (Expires in 3 hours) # S3Object.url_for('beluga_baby.jpg', # 'marcel', # :expires_in => 60 \* 60 \* 3)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
url_for method requires adding current time in epoch secs + expiry time
eg:
AWS::S3::S3Object.url_for(file_name, bucket, :expires_in => Time.now.tv_usec + 60 * 30)
Documentation says otherwise
# Expiration relative to now specified in seconds
The text was updated successfully, but these errors were encountered: