S3Sync.net
February 02, 2014, 01:34:33 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Questions / uploading using signed URLs on: July 17, 2008, 08:51:09 PM
Hi all,

I have a client/server app I'm building. To avoid bundling the AWS secret keys with my little client app, I'm using S3's signed URL feature.

My server (running python) is successfully generating signed URL's (signed for 'PUT', not 'GET'... I'm uploading) that look like this:

https://myBucket.s3.amazonaws.com:443/somename%2Ftesting.jpg?Signature=YuyOUOuho87858gjguy65865kgh%3D&Expires=1216301872&AWSAccessKeyId=U878JAN7HUYFOU76HGBKMHF

Can S3cmd use that signed URL to upload to S3?
2  General Category / Feature Requests / Re: getting the torrent on: March 10, 2007, 09:19:43 PM
hmmm ..I just saw  "# get_torrent - added by dominic@gmail.com"  in the code ... but how do I get at it from the command line?
3  General Category / General Discussion / resume upload on: March 10, 2007, 09:12:58 PM
S3 doest support resume upload does it?

bummer that. ... I bet lots of people want this. I guess I should put this on the S3 forums.

4  General Category / Feature Requests / download statistics on: March 10, 2007, 09:11:40 PM
Getting number of downloads is pretty important for me. I'm assuming this is not a trivial task ... but some kind of call to do a date range based number of downloads would be excellent. Something like:

s3cmd.rb  countdownloads  <bucket>:key [startDate] [endDate]

where starDate and endDate are optional ... specifying neither means retrieve all downloads for all time. Specifying only the startDate woud mean from startDate to now. Specifying the end date would mean from all-time start to that date.

its really easy to get downloads from a torrent tracker (garanteed to count only full-downloads)... but I'm not sure how the logging on Amazon S3 works ... just giving you the http requests is not necessaily an accurate refelction of full-downloads (especially for files 200Meg and up).... lots of people would start the download and then quit it when they lose patience ...

Etienne
5  General Category / Feature Requests / getting the torrent on: March 10, 2007, 09:04:42 PM
A cmd to get the torrent would be nice ... I know that all you need to do is add '.torrent' to the URL and you get the torrent, but I have a use case where I dont want the end user to go fetch the torrent themselves. I want to disable the torrent (publically), but get it privately and offer the torrent privately. This is to minimise my bandwidth useage, and essentially just use Amason S3 as a seeder and a tracker.
6  General Category / General Discussion / Re: A small feature request... on: March 10, 2007, 09:01:26 PM
--progress option is very nice. This kind of thing is missing in a lot of the other S3 libs ... good one
7  General Category / Questions / Re: Calling s3sync from another ruby app on: March 10, 2007, 07:00:08 AM
I was saying this on the other thread ... but I'll repeat it here just in case no one reads teh other thread.

been playing around with aws-s3 and I'm really disapointed with it, it has major problems on windows ... s3sync seems to be more mature .... would _love_ an API to use from within RUBY apps.

8  General Category / Feature Requests / Re: API to call s3sync from another ruby program on: March 10, 2007, 06:54:50 AM
been trying to use aws-s3 gem ... but it has failings under windows (and the mail list is kind of slow and quiet)

s3sync seems more mature ....... an API to access from with Ruby would be much appreciated
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!