petehellyer / s3-content-type-fixer

Scans an S3 bucket for files with bad content-types and fixes them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 Content Type Fixer

This script will scan an S3 bucket to find files with bad content-types and fix them.

To run the script, first install the dependencies:

pip install -r requirements.txt

Then run the fixer:

python s3_content_type_fixer.py --access-key <your AWS access key> --secret-key <your AWS secret key> --bucket <your S3 bucket>

About

Scans an S3 bucket for files with bad content-types and fixes them

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%