Skip to main content

awss3browser is a simple Django app to browser AWS S3 BUCKET

Project description

=====
awss3filebrowser
=====

awss3filebrowser is a simple Django app to browser AWS S3 BUCKET.
You can create folder, delete folder and files, rename,upload file and get details .

Feature List:

1. Create Folder
2. Delete Folder and files
3. Upload files
4. Rename Files and folders
5. File Details
6. Cut/Copy and paste

Quick start
-----------

pip install awss3filebrowser


1. Add "awss3browser" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'awss3browser',
]

2. Include the polls URLconf in your project urls.py like this::

url(r'^filebrowser/', include('awss3browser.urls')),

3. ADD SETTINGS to settings.py

AWS_ACCESS_KEY_ID = 'YOUR_AWS_KEY_ID'
AWS_SECRET_ACCESS_KEY = 'YOUR_AWS_SECRET_ACCESS_KEY'
AWS_STORAGE_BUCKET_NAME = 'YOUR_AWS_STORAGE_BUCKET_NAME'
AWS_STORAGE_BUCKET_ROOT_FOLDER = 'YOUR_AWS_STORAGE_BUCKET_ROOT_FOLDER' // for example AWS_STORAGE_BUCKET_ROOT_FOLDER = 'public' is the root folder of my s3 bucket


4. Visit 'http://127.0.0.1:8000/filebrowser/files/' to see the filelist.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awss3filebrowser-0.1.tar.gz (1.3 MB view details)

Uploaded Source

File details

Details for the file awss3filebrowser-0.1.tar.gz.

File metadata

File hashes

Hashes for awss3filebrowser-0.1.tar.gz
Algorithm Hash digest
SHA256 f9061fbb2816bb8c144e36b98d86fe3b0cc022be57cb72b5cdeb774a6ac1b8f5
MD5 fbb8ae5e6f61985e42b9e7d562939bef
BLAKE2b-256 3ebd97ccd4c82753252554783161db44c5d8f09bda72f4a16dd5f93a70389c79

See more details on using hashes here.

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