AWS Boto3 Python Crash Course with AWS S3 | Getting Started with Boto3 and AWS S3

    36
    5



    In this lesson, I will show you how to create S3 bucket, put items in the bucket, how to upload multiple objects in s3, how to download multiple objects, how to control access policy, and how to host a static website in S3. All of this you can learn in only one lesson.

    Step Reference
    Create User
    Install AWS CLI
    Python3
    Boto3 :
    apt-get install Python3-pip3
    pip3 install boto3

    Client : S3 Connection : list_buckets : Bucket Name
    s3 : s3 connection : create_Bucket : (parameters)
    Upload File : upload_file
    Delete File : Object.delete

    clinet : delete_bucket()

    https://techworldwithvijaypatel.medium.com/create-s3-bucket-using-python-boto3-99a790ddf750

    source

    Previous articleHow To Automate Excel Using Python | Combine Files & Create Charts šŸ¤“
    Next articlePython Syntax and Automation | Google IT Automation with Python Certificate