Tyler Kennedy

Results 177 comments of Tyler Kennedy

@nickelpro I think the approach in 2eaadf5e1 is okay, feel free to adjust. Looks like Bootstrap, inner, local, and local variable have to be adjusted as well. Bootstrap should probably...

Looking good, I'll give it a test this weekend. Do you know if there are any open-source implementations of Google's API that can be used for testing, such as Minio...

Currently everywhere a generic resource can be uploaded, it can be retrieved without being authenticated. From a security perspective I'm okay with this. **However**, many buckets that are using secure...

It's usable with a small conflict, if you need it right away @gerbyzation's work is 👍 v2 of cloudstorage is coming in the next few days as part of work...

> dmittedly I don't understand this recommendation 100%, but I don't have a good reason _not_ to do it either. The `lawu.constants` types are tightly tied to their binary representation,...

Nope! Current job offers no time to work on this. PRs accepted.

Have you tried it? Set the key and secret to None in your config.

libcloud should be removed entirely for S3 and Azure blobs. Boto is already used to serve signed content as an optional dependency. Should make it required and use it exclusively.

Contributions are always welcome. - Boto is currently pretty much only used to generate the signed URLs when it's available. Updating should be trivial. - Currently no, it's hard-coded here...