aws_cf_signer:Ruby gem,用于签名用于提供私有内容的AWS Cloudfront URL

时间:2024-06-09 16:21:53
【文件属性】:

文件名称:aws_cf_signer:Ruby gem,用于签名用于提供私有内容的AWS Cloudfront URL

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-09 16:21:53

Ruby

aws_cf_signer 给定AWS key_pair_id和pem文件,用于签名AWS CloudFront URL的小宝石。 在此处阅读更多信息: : 安装 在您的Gemfile中。 gem 'aws_cf_signer' 或在您的系统上。 gem install aws_cf_signer 用法 # Pass in path to the private CloudFront key from AWS signer = AwsCfSigner . new ( '/path/to/my/pk-1234567890.pem' ) # If the key filename doesn't contain the key_pair_id (as it usually does from AWS), pass that in as the second arg signer


【文件预览】:
aws_cf_signer-master
----.document(60B)
----lib()
--------aws_cf_signer.rb(3KB)
--------aws_cf_signer()
----Gemfile(39B)
----Rakefile(500B)
----test()
--------fixtures()
--------helper.rb(240B)
--------test_aws_cf_signer.rb(5KB)
----README.md(3KB)
----.gitignore(172B)
----aws_cf_signer.gemspec(783B)
----CHANGELOG.md(400B)

网友评论