Skip to main content

Opinionated library for working with CDNs in Flask.

Project description

Opinionated library for working with CDNs in Flask.

Configuration

UPSTATIC_S3_ACCESS_KEY_ID

S3 Access Key ID

UPSTATIC_S3_SECRET_ACCESS_KEY

S3 Secret Access Key

UPSTATIC_S3_BUCKET_NAME

S3 Bucket Name

UPSTATIC_S3_KEY_PREFIX

S3 Key Prefix

UPSTATIC_S3_CDN_HOST

S3 CDN Host

UPSTATIC_SCHEME

URI Scheme (defaults to http)

UPSTATIC_DEBUG_USE_LOCAL

Whether to use local version when in debug mode

Usage

Initialize extension:

upstatic = Upstatic(app)
# or
upstatic = Upstatic()
upstatic.init_app(app)

Upload the static files:

# Will upload files in your ``app.static_folder``
upstatic.upload()

Override url_for:

app.add_template_global(upstatic.url_for)

url_for will then return CDN url:

<img src="{{ url_for('static', filename='/images/image.png') }}">

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

Flask-Upstatic-0.2.0.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file Flask-Upstatic-0.2.0.tar.gz.

File metadata

File hashes

Hashes for Flask-Upstatic-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cf6808b4340b433205e92f17cc78ee364779a704459e12dabe4bf1b18b5b5020
MD5 d16c7ea35023708e24e61f69c1a2c00a
BLAKE2b-256 730fc143581a3b2b9e43f28e8b1fb7c693f31ec7eff3917d4df6550ef3f5f046

See more details on using hashes here.

Provenance

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