S3Sync.net

General Category => Questions => Topic started by: jamesgroat on April 02, 2008, 06:28:13 PM



Title: Is S3Sync compatible w/ DevPay?
Post by: jamesgroat on April 02, 2008, 06:28:13 PM
Is S3Sync compatible w/ DevPay? Does S3Sync rely on REST calls?

Devpay says: Amazon S3 requests that use DevPay must be REST requests; SOAP requests
and pre-signed query URLs are not supported for DevPay.

I am assuming that I would just add the x-amz-security-token headers via the optional headers commands.



Title: Re: Is S3Sync compatible w/ DevPay?
Post by: ferrix on April 02, 2008, 11:10:18 PM
I haven't looked at that stuff but yes s3sync/cmd uses REST.  One *can* do signed URLs in s3cmd but it is not the default.

But really, I have almost no concept of Devpay so I can't comment on compatibility beyond that.


Title: Re: Is S3Sync compatible w/ DevPay?
Post by: jamesgroat on May 03, 2008, 05:44:00 PM
So far I've figured out that s3cmd.rb is compatible w/ the devpay headers with the exception of the 'createbucket' command which doesn't seem to allow you to pass in headers.

s3sync.rb doesn't seem to allow you to pass in headers. Would it be possible to get his added somehow such that each s3 command appended the requested headers?

James