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
I can't find a method to create the signed url for S3. Is there one?
The text was updated successfully, but these errors were encountered:
I don't think the AWS::S3 objects support generating a signed URL, but the lower-level S3Interface class does. See this link: http://rubydoc.info/github/appoxy/aws/master/Aws/S3Interface#get_link-instance_method
Sorry, something went wrong.
The generatrors are what you need: bucket_gen = Aws::S3Generator::Bucket.create(s3, bucket)
a_cloud_item.preview_url = metaBucket_gen.get(itemkey, expiresAt) #=> https://s3.amazonaws.com:443/my_awesome_bucket/my_cool_key?Signature=h...M%3D&Expires=1180820032&AWSAccessKeyId=1...2
Added sqs.close_connection for issue #16.
523f78a
No branches or pull requests
I can't find a method to create the signed url for S3. Is there one?
The text was updated successfully, but these errors were encountered: