-
Notifications
You must be signed in to change notification settings - Fork 24
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
Create easier way to upload media #152
Comments
This is a possibly alternative that might be better than our script: |
I just tried rclone and it comes with a little GUI "rclone-browser" that seems to do the trick. Here are ubuntu instructions (you can install for other OS's from the rclone website).
When configuring:
Now open the browser:
Refresh the remotes. You should see: Now select "mechmotum" and you should see: You can add files to the mechmotum bucket there. Please leave the other buckets alone. Also, don't delete anything from the buckets. Just add. |
@Eimolgon can you try out rclone. If this works for you, then we can make this the recommendation for uploading website assets. |
@chris-konrad maybe you want to try this out also, since you are the only other person to successfully upload things to my buckets. |
Yes, it works well. |
We should make the exact instructions for the various buttons in the rclone. I noticed you could copy or overwrite, etc. Not sure what best settings are yet. |
We need to figure out a way to prevent people from deleting files with the rclone. |
Websites require binary media files (images, movies, etc) and it is generally a bad approach to store such files in a git repository. My method has been to upload media files to my personal dreamhost object store (dreamobject). It would be nice if there was a drag and drop way for students to add media files to the website.
We may be able to find a GUI program that can be used to upload files, for example: https://github.com/cloudlena/s3manager
The text was updated successfully, but these errors were encountered: