Completed
Edit “Success” Message
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create Your Own Scalable Dropbox Clone With Object Storage
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create Node.js files in VS Code
- 3 Start express server
- 4 Uploading files to Linode Object Storage
- 5 Get Started with AWS SDK for JavaScript
- 6 Set Bucket Credentials
- 7 Create s3client
- 8 Create Access Key
- 9 Setting the ACL
- 10 Accessing Listing Buckets
- 11 Obtaining a File’s URL
- 12 Create Upload Function
- 13 Create Delete Object Function
- 14 Create List Object Function
- 15 Upload a Binary File
- 16 Test Run with Parameters
- 17 Obtain Boot Strap
- 18 Create UI
- 19 How the UI works
- 20 Consolidate JS Files
- 21 Edit “Success” Message
- 22 Fetch Files and send as json
- 23 Style our UI
- 24 Conclusion