Python function that generates a URL to a given S3 resource.
Project description
Python function that generates a URL to a given S3 resource.
Example
url_for_s3('static', bucket_name='my-cool-foobar-bucket',
scheme='https', filename='pics/logo.png')
Will return: https://my-cool-foobar-bucket.s3.amazonaws.com/static/pics/logo.png
Note: this function assumes that the given resource exists on S3 and is publicly accessible.
Based loosely on Flask-S3’s url_for().
For a complete, working Flask app that demonstrates url-for-s3 in action, have a look at flask-s3-save-example.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file url_for_s3-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: url_for_s3-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdc97e1d5fdc0129436e31aa0447d9ea92702f9636b0eb301396ce6d7ddaaa53 |
|
MD5 | 3e4c7af3493f19cf7907d5aecb3c12a9 |
|
BLAKE2b-256 | ea2cef83155bcf667798d507d59b336f6b235d367127b7c4810f90d260a74322 |