Skip to main content

S3.

Project description

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 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

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.

> s3seed BucketName
s3back

Backups your whole bucket(s).

# Single bucket.
> s3back BucketName

# All buckets.
> s3back 
s3rest

Restores your whole bucket(s).

# 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?
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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

b_aws_s3_backup-1.0.0.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

b_aws_s3_backup-1.0.0-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file b_aws_s3_backup-1.0.0.tar.gz.

File metadata

  • Download URL: b_aws_s3_backup-1.0.0.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for b_aws_s3_backup-1.0.0.tar.gz
Algorithm Hash digest
SHA256 047126312335689af72984f42c8590fe4905034c0f9eee1502d087e3cc527520
MD5 8851fe2ae80775bc28dbb43909617a3a
BLAKE2b-256 948643aec16f40f29dd9f9e2d7c0bce0e5b097df165b29aa7803dafdf10b3737

See more details on using hashes here.

File details

Details for the file b_aws_s3_backup-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: b_aws_s3_backup-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for b_aws_s3_backup-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 05d4d342c5c9737b48060736ab26169ad0a85e208a8576715bbf006c826fd6d1
MD5 b0e06d8b39eb2b94c8227747ce9f4b0a
BLAKE2b-256 4a10db31a135434c27b7877c5d7888b9b40aa577c23870453df68fcbd1f63578

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page