All Projects → sibtc → Simple S3 Setup

sibtc / Simple S3 Setup

Licence: mit
Code examples used in the post "How to Setup Amazon S3 in a Django Project"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Simple S3 Setup

Django S3direct
Directly upload files to S3 compatible services with Django.
Stars: ✭ 570 (+1139.13%)
Mutual labels:  aws, s3, django
Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+1313.04%)
Mutual labels:  aws, s3
S5cmd
Parallel S3 and local filesystem execution tool.
Stars: ✭ 565 (+1128.26%)
Mutual labels:  aws, s3
S3 Permission Checker
Check read, write permissions on S3 buckets in your account
Stars: ✭ 18 (-60.87%)
Mutual labels:  aws, s3
Aws
A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq.
Stars: ✭ 493 (+971.74%)
Mutual labels:  aws, s3
S3 Benchmark
Measure Amazon S3's performance from any location.
Stars: ✭ 525 (+1041.3%)
Mutual labels:  aws, s3
Aws Toolkit Vscode
AWS Toolkit for Visual Studio Code, an extension for working with AWS services including AWS Lambda.
Stars: ✭ 823 (+1689.13%)
Mutual labels:  aws, s3
Mangum
AWS Lambda & API Gateway support for ASGI
Stars: ✭ 475 (+932.61%)
Mutual labels:  aws, django
S3 Deploy Website
Deploy website to S3/CloudFront from Python
Stars: ✭ 26 (-43.48%)
Mutual labels:  aws, s3
Awslib scala
An idiomatic Scala wrapper around the AWS Java SDK
Stars: ✭ 20 (-56.52%)
Mutual labels:  aws, s3
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-41.3%)
Mutual labels:  aws, s3
S3 Sync Action
🔄 GitHub Action to sync a directory with a remote S3 bucket 🧺
Stars: ✭ 497 (+980.43%)
Mutual labels:  aws, s3
Moto
A library that allows you to easily mock out tests based on AWS infrastructure.
Stars: ✭ 5,428 (+11700%)
Mutual labels:  aws, s3
Discharge
⚡️ A simple, easy way to deploy static websites to Amazon S3.
Stars: ✭ 483 (+950%)
Mutual labels:  aws, s3
Aws S3 Scala
Scala client for Amazon S3
Stars: ✭ 35 (-23.91%)
Mutual labels:  aws, s3
Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (+1473.91%)
Mutual labels:  aws, s3
S3mock
A simple mock implementation of the AWS S3 API startable as Docker image, JUnit 4 rule, or JUnit Jupiter extension
Stars: ✭ 332 (+621.74%)
Mutual labels:  aws, s3
Nodb
NoDB isn't a database.. but it sort of looks like one.
Stars: ✭ 353 (+667.39%)
Mutual labels:  aws, s3
Github To S3 Lambda Deployer
⚓️ GitHub webhook extension for uploading static pages to AWS S3 directly after commiting to master via Lambda written in Node.js
Stars: ✭ 23 (-50%)
Mutual labels:  aws, s3
Django S3 Like Storage
Your Own Amazon S3 Django Storage
Stars: ✭ 28 (-39.13%)
Mutual labels:  aws, django

How to Setup Amazon S3 in a Django Project

Each of the directories are an independent Django Project.

For the most part you can run all of them by following the steps below:

pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic
python manage.py runserver
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].