معرفی شرکت ها


drb-impl-s3-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

DRB aws3 implementation
ویژگی مقدار
سیستم عامل -
نام فایل drb-impl-s3-1.0.0
نام drb-impl-s3
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده GAEL Systems
ایمیل نویسنده drb-python@gael.fr
آدرس صفحه اصلی https://gitlab.com/drb-python/impl/aws3
آدرس اینترنتی https://pypi.org/project/drb-impl-s3/
مجوز -
# amazon simple storage service This drb-impl-s3 module implements S3 protocol access with DRB data model. ## S3 Factory and S3 Node The module implements the factory model defined in DRB in its node resolver. Based on the python entry point mechanism, this module can be dynamically imported into applications. The entry point group reference is `drb.impl`.<br/> The implementation name is `aws3`.<br/> The factory class is encoded into `drb_impl_s3.s3_node_factory`.<br/> The S3 signature id is `4ab73f92-bbff-11ec-8422-0242ac120002`.<br/> ## Using this module The project is present in https://www.pypi.org service. it can be freely loaded into projects with the following command line: ```commandline pip install drb-impl-s3 ``` ## Access Data `DrbS3Node` manages the s3 protocol to access remote data. The construction parameter is an authentication object. ```python from drb_impl_s3 import DrbS3Service, Auth from botocore.config import Config auth = Auth(service_name='s3', endpoint_url='http://your_s3_storage/', aws_access_key_id='user', aws_secret_access_key='password', config=Config(signature_version='s3v4'), region_name='us-east-1' ) node = DrbS3Service(auth) ``` When accessing a DrbS3Service the node gives access to all the bucket of this service by giving a list of DrbS3Bucket, and then each node gives a list of DrbS3Object for each object in the bucket. ## Limitations This implementation doesn't allow to write, modify, delete file on a s3 bucket, or it doesn't allow to delete or upload a file. This implementation doesn't allow to download directly a bucket. ## Documentation The documentation of this implementation can be found here https://drb-python.gitlab.io/impl/aws3


نیازمندی

مقدار نام
<1.1.0,>=1.0.1 drb
==1.21.40 boto3
==1.24.41 botocore
==1.0.5 drb-impl-http
==3.1.4 moto
~=0.22 versioneer
~=58.5.3 setuptools
~=2.27.1 requests


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl drb-impl-s3-1.0.0:

    pip install drb-impl-s3-1.0.0.whl


نصب پکیج tar.gz drb-impl-s3-1.0.0:

    pip install drb-impl-s3-1.0.0.tar.gz