معرفی شرکت ها


b-aws-s3-backup-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

S3.
ویژگی مقدار
سیستم عامل -
نام فایل b-aws-s3-backup-1.0.0
نام b-aws-s3-backup
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Laimonas Sutkus
ایمیل نویسنده laimonas.sutkus@biomapas.com
آدرس صفحه اصلی https://github.com/biomapas/B.AwsS3Backup.git
آدرس اینترنتی https://pypi.org/project/b-aws-s3-backup/
مجوز Apache License 2.0
# B.AwsS3Backup A python based package that allows you to back up, restore, and seed S3 buckets. ### Description Sometimes you want to make a small modification to your S3 bucket, however it usually requires destruction of the bucket itself. This library allows you to do those small modifications without any headache. You can easily backup all your data to your local computer, delete the bucket, create a new one with desired modifications, and then simply restore it! ### Remarks [Biomapas](https://biomapas.com) aims to modernise life-science industry by sharing its IT knowledge with other companies and the community. This is an open source library intended to be used by anyone. Improvements and pull requests are welcome. ### Related technology - Python 3 - S3 - Boto3 ### Assumptions The project assumes the following: - You have basic knowledge in python programming. - You have basic knowledge in S3. ### Useful sources - Read more S3:<br> https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html ### Install The project is built and uploaded to PyPi. Install it by using pip. ``` pip install b_aws_s3_backup ``` Or directly install it through source. ``` pip install . ``` ### Usage & Examples The library uses boto3 AWS SDK for interacting with AWS environment. Hence, environmental credentials (such as `aws_access_key_id`, `aws_secret_access_key`, and `region_name`) are required. The library exposes cli commands. Read more about them down below. ##### s3seed Seeds your S3 bucket with random data. ```shell > s3seed BucketName ``` ##### s3back Backups your whole bucket(s). ```shell # Single bucket. > s3back BucketName # All buckets. > s3back ``` ##### s3rest Restores your whole bucket(s). ```shell # Single bucket. > s3rest BucketName # All bucket. > s3rest ``` ### Testing This project currently has no tests. ### Contribution Found a bug? Want to add or suggest a new feature?<br> Contributions of any kind are gladly welcome. You may contact us directly, create a pull-request or an issue in github platform. Lets modernize the world together. # Release history ### 1.0.0 * Rename class UploadDb to UploadS3. This was a typo. * Fix issue where item keys in S3 were full paths to local computer files. ### 0.0.1 * Initial build.


نیازمندی

مقدار نام
- boto3
<1.0.0,>=0.3.2 b-continuous-subprocess


نحوه نصب


نصب پکیج whl b-aws-s3-backup-1.0.0:

    pip install b-aws-s3-backup-1.0.0.whl


نصب پکیج tar.gz b-aws-s3-backup-1.0.0:

    pip install b-aws-s3-backup-1.0.0.tar.gz