I am very new to git ( I just dont "git" it :)
But ... I tried ...
I have created a repo with an initial experiment I did last year.
This is not complete but it does have the core code needed to do S3 requets

https://github.com/DALDEI/s3marklogic

I dont have signed URL's ... but they should be easy to implement.
The hard part with S3 and AWS Web requests in general is getting the 
authentication right,
its quite tricky to construct the signed request with the right security 
algorithm and headers.
In the above code I have put and delete core requests working I think this 
should be enough to build on.

Anyone who wants to contribute / clone / copy etc is welcome.  Nothing 
proprietary here.
I might give signed URL's a try ...


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Vijayasekar 
Padmanaban
Sent: Monday, March 24, 2014 6:39 AM
To: MarkLogic Developer Discussion
Subject: Re: [MarkLogic Dev General] AWS S3 Function Library?

Hi Mike,

We are actually trying to generate signed urls in Marklogic and would like to 
know how it can be done in Marklogic. So could you post the functions 
associated with sign urls in github repo and let me know the url please?

Regards
Vijay

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Michael Blakeley
Sent: Friday, March 07, 2014 8:53 AM
To: MarkLogic Developer Discussion
Subject: Re: [MarkLogic Dev General] AWS S3 Function Library?

What sort of things are you interested in doing via S3?

I have a few simple functions that might be helpful: one is s3-get and the 
other signs urls. I wasn't trying for completeness, just getting some work 
done. But they're only about 150 lines and might help someone else. They use 
various helper functions to sign strings, etc.

If there's interest I could throw them into a github repo.

-- Mike

On 6 Mar 2014, at 18:47 , Harry Bakken <[email protected]> wrote:

> Has anyone out there built any XQuery functions to assist in leveraging the 
> Amazon S3 API in MarkLogic applications? I am specifically looking to 
> interact with binaries in the S3 directly, not using the newer capabilities 
> of a forest bound to S3. I don't want to reinvent the wheel if something is 
> already out there.
> 
> Any advice is appreciated!
> Harry
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

**************** CAUTION - Disclaimer ***************** This e-mail contains 
PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the 
addressee(s). If you are not the intended recipient, please notify the sender 
by e-mail and delete the original message. Further, you are not to copy, 
disclose, or distribute this e-mail or its contents to any other person and any 
such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
every reasonable precaution to minimize this risk, but is not liable for any 
damage you may sustain as a result of any virus in this e-mail. You should 
carry out your own virus checks before opening the e-mail or attachment. 
Infosys reserves the right to monitor and review the content of all messages 
sent to or from this e-mail address. Messages sent to or from this e-mail 
address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS*** 
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to