在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jie123108/lua-resty-s3开源软件地址(OpenSource Url):https://github.com/jie123108/lua-resty-s3开源编程语言(OpenSource Language):Lua 78.9%开源软件介绍(OpenSource Introduction):Nameamazon s3 client for ngx_lua. Implementation of the Amazon signature V4: http://docs.aws.amazon.com/zh_cn/AmazonS3/latest/API/sig-v4-authenticating-requests.html. UsageTo load this libraryyou need to specify this library's path in ngx_lua's lua_package_path directive. For example: http {
lua_package_path '/path/to/lua-resty-s3/lib/?.lua;;';
} you use require to load the library into a local Lua variable: local awss3 = require("resty.s3") Methods
dependstestinstall test dependencies
run the signature-v4-test-suite
Run the signature examples on the AWS website.Signature Examples On AWS Website
Run s3 testsTesting with MinioUsing docker to run minio:
Run Tests:resty -I lib test/test-s3.lua Testing with aws s3S3_CONFIG="S3_ACCESS_ID:S3_ACCESS_SECERT_KEY:s3_bucket_name:s3_region" resty -I lib test/test-s3.lua LicenceThis module is licensed under the 2-clause BSD license. Copyright (c) 2017, Xiaojie Liu [email protected] All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR AN Y DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUD ING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论