docker-swift icon indicating copy to clipboard operation
docker-swift copied to clipboard

Docker image for Swift all-in-one demo deployment

Results 9 docker-swift issues
Sort by recently updated
recently updated
newest added

``` POST http://tabula-objectstorage:8080/v2.0/tokens HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [Bad RequestThe server could not comply with the request since it is either malformed or otherwise incorrect.] ```...

AWS S3 seems to have 2KB limit on the metadata key and value. Swift seems to run with default constraint of 256. Can we change the default to match 2k?...

We had to use the swift client to get the s3 access and secret key. Can we just bake in the S3 access and secret key into this image and...

AWS S3 allows max metadata size of 2KB. It's computed as the sum of the key and value. Swift by default constrains the metadata value size to 256bytes, which is...

I wonder if we can spin up docker-swift and run some swiftclient sanity check against it?

This would shrink the total image size and eliminate some cruft.