Re: [HCP-Users] aws s3 access

2016-03-09 Thread Denis-Alexander Engemann
Hi Michael, For what you are describing and what I was trying initially I'm getting these nasty errors: A client error (PermanentRedirect) occurred when calling the ListObjects operation: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all

[HCP-Users] aws s3 access

2016-03-09 Thread Michael Hileman
Hi Denis, I'm able to achieve what I think you're after with the following: I get the bucket contents with a non-recursive ls call - aws s3 ls s3://hcp-openaccess --profile USER Then I'm able to do a recursive listing akin to what you did but with the subdirectory - aws s3 ls

[HCP-Users] aws s3 access

2016-03-09 Thread Denis-Alexander Engemann
Dear HCPs, currently I'm trying to access the HCP data from the command line on Linux. I configured the access keys based on the console options in the ConnectomeDB. With other buckets a command like this would work: aws s3 ls s3://BUCKET-NAME --recursive --human-readable --summarize --profile