渗透数据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窗口的鼠标位置错误   Java 8流peek api   java将数据附加到文件中   java使用ExoPlayer 2.8播放播放列表中的特定文件   JavaSpring国际化:如何动态设置语言环境值   java如何在mysql中实现两个表之间的两个关联   java在gradle可执行jar文件中包含运行时参数   surefire插件中的java maven多套测试套件   java试图理解堆分析以确定内存泄漏或所需的大量内存   java识别字符串有数字   数组如何解决错误“java.lang.ArrayIndexOutOfBoundsException:5”   java Swt文件对话框选择的文件太多?   java此登录代码易受SQL注入攻击吗?   Java[3]中的文件<identifier>预期编译错误   java如何在spring webflux中发送列表   jar中未找到java文件异常   如何在java中合并2D数组?   java如何评测本机JNI库