Hi Luke,
Thanks for the information. It’s a lot of great stuff I wish I had a couple of
days ago :-D I’ve since created a new library here :
https://github.com/xirdev/s3_xirsys
It currently adds user creation support. However, I will probably add other
features to this over time. It’s mos
Hi Lee,
You can find the s3_request2_no_update method in the erlcloud source here:
https://github.com/gleber/erlcloud/blob/master/src/erlcloud_s3.erl. This
method shows the (extensive) steps required to make a valid S3 request, and
is not exported by default. So, moving on...
I found the followin
Hi guys,
So, I’ve created a bunch of services to allow clients to store and retrieve
data from Riak CS. What I’d like to be able to do is to create new users from
Erlang so that Riak CS can manage all the storage and access data for each
user. I’m currently using Erlcloud to access Riak CS.