-
Notifications
You must be signed in to change notification settings - Fork 11
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
help needed to set up S3 #169
Comments
Ping me whenever you are ready. However, the interfacing is pretty basic generally - s3 is very fast and very simple (apart from setting up permissions). For command line stuff: Documentation - http://s3tools.org/usage You can string the commands with grep and sort to achieve any result you need (hardcore though). There are Python GUIs too (s3cmd is written in Python but does not have a good Python API as such - tinyS3 is the easiest I've used). |
I'll be ready in another half hour or so. My initial issue appears to have Aaron Dennis On Sun, Oct 5, 2014 at 8:03 PM, Paul Whipp notifications@github.com wrote:
|
Hi Paul! I continue to use the AWS credentials I shared with you. Have we yet set up AWS in such a way to allow you to use and manage permissions on S3? Also, could you please write up a small segment on the website somewhere for how you set the user credentials for our different applications on S3? Finally, it is my understanding that we could link our QGIS server and map application to the S3 backend. Not understanding how this all works, it's hard for me to see how the deploy script that Admire wrote could access S3 to load in data. For the moment, we can do his initial upload and database configuration referencing the I look forward to your advice. |
My own accessFor my use, I've added the user pwhipp to your AWS account. I have full admin privileges and log in permission. Documenting the S3 access methodThe setting of credentials and specification of policies is documented on AWS but it is complex. I've included further notes here. Linking QGIS server and map applicationS3 is just a file store so it should be viable. I don't know enough about QGIS to say how complex it will be to do this. There are two main routes to managing the shape data:
If the amount of shapefile data is such that we're thinking of moving it to S3 then it is probably more appropriate to look at moving it into PostGIS for efficient retrieval. Retrieving large files from S3 will always be time consuming. |
We'll need to clarify why we are using different forms of document management. With regard to the use of S3 for shapefile data, please see this discussion: |
I just set up an S3 account and uploaded data to it. The UI via AWS is very limited, and doesn't allow me to do basic things like sorting files by name and counting the number of objects in a bucket. I had created user credentials and configured my AWS CLI, but apparently I need to write permissions per user to access the bucket? (I thought my user had permissions by default?)
I would appreciate an interactive tutorial session this week to familiarize me with S3 and to help me gain better control of file system management using S3.
The text was updated successfully, but these errors were encountered: