S3Sync.net
February 02, 2014, 01:25:49 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 / Feature Requests / Re: show more than 1000 files with s3cmd.rb on: May 28, 2008, 04:00:43 PM
Test results.

Created a bucket with 1019 objects (number.dat as key name)

Tried: s3cmd.rb list bucket.test 12345
Result: It prompted when it got to object # 1000. Looks like option max/page > 1000 has no use.
version 1.2.5

Tried other product 'aws' (perl + curl):
Result: it stopped at # 1000.
version 1.10

Tried other product 's3cmd' (Python)
Result: it stopped at # 1000.
version 0.9.4
2  General Category / Report Bugs / listing non-exit bucket throws undefined method on: May 28, 2008, 02:36:11 PM
When trying to list contents of a bucket which doesn't exist, this error gets thrown

s3cmd.rb:142:in `s3cmdMain': undefined method `is_truncated' for nil:NilClass (NoMethodError)
from s3cmd.rb:245

That doesn't look right.
3  General Category / Feature Requests / Re: show more than 1000 files with s3cmd.rb on: May 28, 2008, 02:28:42 PM
I'm looking for further details.

I see that the option of max/page exists. If I set this to 123456789 then I don't get any paging over my 450 objects.
   But are you saying that if I have more than 1000 objects then even using that option I only ever see 1000 objects ? Will need to test this.

So new feature requests is:
Paging of output is not the Unix way (see original comment on piping to awk/sed,etc.). There should be no paging. To enable paging the option of max/page should be used, but it should default to zero which means infinity = therefor no paging.

Another new feature request:
There should be no output of a line of dashes at the beginning output. Again the Unix way is to provide none of this extranious output.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!