-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form request #28
Form request #28
Conversation
<head> | ||
<title>S3 Upload Demo</title> | ||
// optional stylesheet | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.2.2/css/flat-ui.min.css"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really like the end result of Flat-UI. and for this demo it is good.
But that reminds me ... dwyl/learn-tachyons#1 😉
// link to image | ||
var successMessage = document.createElement('h4') | ||
successMessage.innerHTML = 'Image Successfully Uploaded at: ' | ||
var link = `https://<your_bucket_name>.s3.amazonaws.com/${filename}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could the AWS_S3_BUCKET_NAME
be an environment variable returned by the server in the getCredentialsFromServer
call?
@jackcarlisle looks good. sorry for delay in review. had it open and then totally got distracted... 😫 |
@nelsonic no problem! Yeah I want to have a crack at using nightwatch so I'll try and incorporate it in. |
ready for review
Task List #22