Anwar Nunez-Elizalde

Results 22 issues of Anwar Nunez-Elizalde

Something along the lines of: https://github.com/mumrah/s3-multipart

enhancement
help wanted

There are situations in which the system-wide `defaults.cfg` should be preferred over the user configuration options (`options.cfg`). There should be an option during install to select which configuration is preferred....

should be very straight forward: https://cloud.google.com/storage/docs/boto-plugin#uploading-objects

This needs to be cleaned. It's super confusing at the moment. This goes for variable names and methods. I also have the feeling that there is an unnecessary layer of...

@candytaco https://www.python.org/dev/peps/pep-0008/

Default is currently hard-coded to 10**3

``lsdir()`` doesn't take ``page_size`` kwarg.

...We probably should.

At the moment, we're overloading `__dir__` and `__attr__` in order to return python objects that allow tab completion. Unfortunately, this causes issues when the s3 object name created starts with...

enhancement

Sometimes we need to access data from other buckets and save our results to other buckets. As it stands, the `cc.interface` instance has a `set_bucket` method for this, but it's...

enhancement
question