https://github.com/essien1990/aws-s3-management
S3 Management with AWS Console, Command Line Interface, Python3
https://github.com/essien1990/aws-s3-management
aws-cli aws-s3 boto3 botocore jupyter-lab jupyter-notebook python3
Last synced: 25 days ago
JSON representation
S3 Management with AWS Console, Command Line Interface, Python3
- Host: GitHub
- URL: https://github.com/essien1990/aws-s3-management
- Owner: essien1990
- Created: 2021-10-17T14:07:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T00:31:19.000Z (over 4 years ago)
- Last Synced: 2025-01-21T18:31:34.834Z (over 1 year ago)
- Topics: aws-cli, aws-s3, boto3, botocore, jupyter-lab, jupyter-notebook, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS S3 Management using CLI and Python
- S3 Management with AWS Console, Command Line Interface, Python3 using the boto3 library
- Master AWS CLI from command line
- Configure the AWS Credentials
- Listing the objects(CSV and txt files) and buckets
- Copy and move the objects from buckets
- Sync local files to the S3 bucket
- Remove objects from the S3 bucket