渗透数据S3驱动程序实现

osmosis-aws-driver的Python项目详细描述


banner

渗透AWS驱动程序

? Osmosis Data S3 Driver Implementation oceanprotocol.com

Build StatusPyPIGitHub contributors


目录


快速启动

应用程序使用boto3库与aws api交互,因此需要配置系统,以便boto3可以 按https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html中所述登录。 目前,数据插件只有第一个实现,但将来会是一个实例 对于计算插件也是如此。

BOTO3用于管理凭据。因此,不需要在配置字典中指定配置选项。

boto3将从系统(see the boto documentation)加载凭据。

代码样式

关于python中代码样式的信息记录在这两个链接中python-developer-guide 以及python-style-guide

测试

通过travis设置自动测试,执行tox。 我们的测试使用pytest框架。

新版本

bumpversion.sh脚本有助于提高项目版本。可以使用第一个参数{major minor patch}来执行脚本,从而相应地提升版本。

许可证

Copyright 2018 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java是否在servlet中检索上一页路径?   Java抱怨在开关的默认情况下未初始化最终字段   Java泛型:为什么编译器不能判断这个类<t>对象与这个类的类型参数的对象的类具有相同的类型?   Java:继承方法中使用的私有变量   HibernateJava。ClassCastException:java。lang.Integer不能强制转换为abc。def。我的项目。奥姆。EmployeeTopMetaData   http java发布和下载文件   java改进条件检查   java如何将2d数组的条目作为键放在地图中   java如何获取传递给运行时的值。getRuntime。JUnit测试用例中的exit(value)   java注释来创建所有可能的构造函数   自动建议列表:java。lang.IllegalArgumentException:在XPath表达式为null时找不到元素   为什么MapAPI在Java中不提供流功能?   gradle不导入本地java库   尽管我使用的是SessionCreationPolicy,java Spring安全性似乎仍在使用会话。无国籍   使用java查找MongoDB中数组元素的平均值