[This entry is a reply to
this comment. For the most part, it stands on its own, but that's the context it was written in.]
StressI'm doing my best to take care of myself. Sometimes I just get stressed out anyway. I've been feeling like I'm juggling a bit too much lately, but such is life. Computers, in particular, have a tendency to put me in
(
Read more... )
Comments 3
Reply
Reply
After you create an account and set up your "bucket", you just set the read permission to true for everyone for the files you want publicly GET-able. The hardest part was figuring out where it lived. Turns out there are two ways of getting it: the one given above, which I prefer, or like this: http://s3.amazonaws.com/darshancomputing/JosiahIsrael/JI.png. That is, your bucket name can be the subdomain before 's3', or it can be the first part of the path after the top level domain. (Either way, the rest of the path is just the path to the file in your bucket.)
There are lots of ways to privately get your data in and out, I use (and would recommend for you) s3fs, the FUSE adapter.
Reply
Leave a comment