Making a RESTful call to Amazon Web service using Power-shell

Franco Pettigrosso

I am trying to collect data from amazon web services. Every time I make the call I get back a 403 Forbidden.

This is what my code looks like (the link is jumbled):

Invoke-RestMethod -Uri "https://hosted-data-work.s3.amazonaws.com/20161121T220310.324/dw_split/73610000000000001/assignment_fact/part00101.gzAWSAccessKeyId=ASIAJVX3JXfd5dfdfRKJNGM74Q&Expires=1479839499&Signature=J4JdyX53AwH6wExVmoVAtkweCEI%3D&resp222onse-contentdisposition=inline%3B%20filename%3D%22assignment_fact-00000-095582fd.gz%22%3B&x-amz-security-token=bluh" -Method Get

The link above is a download file. I just want to get the data the simplest way possible. What else do I need to add in the call? I have no clue about aws!

Franco Pettigrosso

I was misinformed and took a bad approach at this problem. I did not know I can simply download the file to my computer. I though it had to be transferred from bucket to bucket, then to my computer.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

how to Call Restful web service using javaScript?

From Dev

How to call RESTful web service remotely

From Dev

how to call RESTful web service in phonegap application?

From Dev

How to call RESTful web service remotely

From Dev

how to call RESTful web service in phonegap application?

From Dev

Is there a standard term for an HTTP web service that is not RESTful or for a call to such a web service?

From Dev

Intercepting SOAP web service calls using HttpModule and making REST API call to deliver response

From Dev

AngularJS using RESTful web service authentication

From Dev

Securing RESTful web service using Apache Shiro

From Dev

Using Jersey RESTful web service with TomEE

From Dev

Calling a RESTful Web Service using FutureTask

From Dev

Angularjs using Spring MVC RESTful Web service

From Dev

Angularjs using Spring MVC RESTful Web service

From Dev

Using Jersey RESTful web service with TomEE

From Dev

Restful Web Service using C#

From Dev

RESTful service using Spark web framework on Tomcat

From Dev

Locally call RESTful Web Service generated by NetBeans IDE from Android?

From Dev

Using Java web service on Amazon cloud

From Dev

Using Java web service on Amazon cloud

From Dev

Restful Web Service Error

From Dev

RESTful web service - HATEOAS

From Dev

State in Restful web service

From Dev

SQLite for a RESTful web service

From Dev

Client in REstful web service

From Dev

About RESTful web service

From Dev

State in Restful web service

From Dev

RESTFUL Web Service - List

From Dev

ColdFusion RESTful web service

From Dev

how to access restful web service methods using volley library

Related Related

HotTag

Archive