Timur Alperovich
Timur Alperovich
Thank you for the prompt response! I also followed the multiple environment variable related reports on the pre-commit project and concluded that I am unlikely to persuade the project owners...
> Grinding on this, It's important to me that such a feature would use argument names that are _highly unlikely_ to conflict with any tools that might ever be used....
@TekWizely that's great -- thank you! I will try to test this over the weekend. Apologies for not following through on the prior PR.
I think we need to figure out a few more parameters about AWS S3. Do you know if the maximum key length is limited to 2KB? Is there a limit...
@lol768 for v2 auth you'll need to have a keystone server setup. It's possible to configure docker swift with keystone, but you'll need another container (like: https://hub.docker.com/r/stephenhsu/keystone/) or add all...
@diwu1989 I'm not sure what you mean by "use the swift client to get the s3 access and secret key". The following configuration for s3cmd works for me with the...
@azeem-sajid-confiz Swift doesn't have a multipart upload feature like S3 does (I think that's what you were expecting). There are two modes of uploading large files: Dynamic Large Objects and...
@azeem-sajid-confiz If you're using static large objects, you can use the `delete_static_large_object` request to remove the SLO and its segments (https://github.com/fog/fog-openstack/blob/master/lib/fog/storage/openstack/requests/delete_static_large_object.rb). There is no support in Swift for Dynamic Large...
@warpc I tried reproducing this problem with docker Swift all-in-one (https://hub.docker.com/r/bouncestorage/swift-aio/), but cannot reproduce the behavior of failing to be able to GET an object. Could you supply a test...
@jeffreyguenther sorry for a very belated response! I think that'd be useful to add. Would you be willing to submit a PR for this?