bkc1 / s3_list_object_urls

Python utility that generates and lists object URLs within a defined S3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List S3 Object URLs

Python utility that generates and lists object URLs within a defined S3 bucket.

Usage

Run inside a virtual env

python3 -m venv env
source env/bin/activate
pip install boto3

Virtual-hosted style path

./s3_list_object_urls.py -b <bucket name>

Legacy Path-style formatting

./s3_list_object_urls.py -b <bucket name> -p

About

Python utility that generates and lists object URLs within a defined S3 bucket

License:MIT License


Languages

Language:Python 100.0%