Giter Site home page Giter Site logo

s3sync-s3cmd's People

s3sync-s3cmd's Issues

SimpleDelegator - Missing Require in Ruby 1.9.2

/opt/local/rvm/gems/ruby-1.9.2-p136/gems/s3sync-1.2.5/lib/HTTPStreaming.rb:53:in
 `<module:S3sync>': uninitialized constant S3sync::SimpleDelegator (NameError)

lib/HTTPStreaming.rb is missing the line:

    require 'delegate'

Original issue reported on code.google.com by [email protected] on 15 Feb 2011 at 5:43

Support for reduced redundancy and server side encryption [PATCH]

I've added support for reduced redundancy storage ('only' 99.99% uptime with 
0.001% chance of loss, 400 times better than hard disk) and 'at rest' 
server-side encryption with two new options:
 --reduced-redundancy 
 --server-side-encryption

Default is to use neither, as before.

I note this useful too is no longer being developed. Please consider either 
transferring ownership of this code and google-code site, or at least releasing 
new versions with contributed patches.

Original issue reported on code.google.com by [email protected] on 8 Oct 2011 at 3:08

Attachments:

s3cmd, s3sync should return non-zero exit status on errors


It would be easier to use s3cmd and s3sync in shell scripts if they
returned non-zero exit status on errors.

1. Non existing key, s3cmd prints an error message but returns success:

[root@domU:~] s3cmd get <some bucket>:non-existent-key a
S3 command failed:
get_stream <some bucket> non-existent-key  #<File:0xb7846810>
With result 404 Not Found
[root@domU:~] echo $?
0

2. The same goes for s3cmd sync:

[root@domU:~] s3sync <some bucket>:DOES_NOT_EXIST /tmp
[root@domU:~] echo $?
0

3. if you don't have your keys set, an error message is printed, but the
command still returns success:

[root@domU:~] unset AWS_ACCESS_KEY_ID
[root@domU:~] s3cmd get <some bucket>:<some key> a
You didn't set up your environment variables; see README.txt
s3cmd [options] <command> [arg(s)]        version 1.0.6
  --help    -h        --verbose     -v     --dryrun    -n   
  --ssl     -s        --debug       -d     --progress

Commands:
s3cmd  listbuckets  [headers]
s3cmd  createbucket|deletebucket  <bucket>  [headers]
s3cmd  list  <bucket>[:prefix]  [max/page]  [delimiter]  [headers]
s3cmd  delete  <bucket>:key  [headers]
s3cmd  deleteall  <bucket>[:prefix]  [headers]
s3cmd  get|put  <bucket>:key  <file>  [headers]
[root@domU:~] echo $?
0

Original issue reported on code.google.com by ogrodnek on 22 Sep 2008 at 10:14

s3sync.net - Registration System

The registration system for s3sync.net is not sending confirmation request 
emails so it's not possible to report a new bug there. Having zero contact 
information means this is apparently the only place to file a bug.

Original issue reported on code.google.com by [email protected] on 15 Feb 2011 at 5:42

Folder names with dots print to screen truncated in verbose mode

Q:

What steps will reproduce the problem?

A:

1. Create a folder with a dot in its name ("v4.5" for example)
2. Run sync command with verbose flag set
3. The output to screen will truncate the folder name (v4.5 becomes .5, for
example)

Q:

What is the expected output? What do you see instead?

A:

I would expect to see "v4.5" instead of ".5" printed.

Q:

What version of the product are you using? On what operating system?

A:

v 1.2.6 on a Solaris 10 OS

Q:

Please provide any additional information below.

A:

The sync still works, this is just a cosmetic problem with the output.

Thanks!

Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 4:54

s3sync on eucalyptus

hi
i have done some changes to the code to make s3sync and s3cmd work against
eucalyptus. mainly to introduce a virtual path to the buckets and to adapt
to an older s3 interface.

if you're interested at merging the changes let me know what is the best
way i can pass the mods over to you.

the changes have been made on todays checkout of the trunk

Original issue reported on code.google.com by [email protected] on 5 Aug 2009 at 4:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.