I'm having the darndest time trying to figure this out. I'm new to AWS and all I want to do is download files that this guy put up behind a paywall. Willing to pay the fees but I can't for the life of me figure out how to configure this GET request (using Linux Mint 16 if it helps).http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.htmlFirst question...where the hell am I entering this GET request? I'm in AWS Console and I don't see anywhere to input...[Edited on January 19, 2014 at 12:00 PM. Reason : http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html]
1/19/2014 12:00:14 PM
it's easiest to do this with the aws unified cli or some other amazon provided interface to automatically author the GET request for you. if you're using windows a tool like cloudberry explorer is excellent for 1 off or small scale stuff. there's an s3 explorer addon for firefox that works as well and elasticwolf that's multiplatform. http://www.s3fox.net/http://www.elasticwolf.com
1/19/2014 4:40:15 PM
the era or micropayments has begun
1/19/2014 4:54:30 PM
^^ thanks for replying but I believe both of those are outdated when it comes to "requester pays" features. I couldn't get them to work, trying with the AWS CLI
1/19/2014 9:24:26 PM
are you using the new unified cli? it's not outdated
1/20/2014 10:02:44 AM
i mean the 3rd party options you namedI ended up going with s3cmd with a custom patch since my distro's repository only has an older version that doesn't support "requester pays"
1/20/2014 11:56:37 AM