You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I understand correctly that S3 ninja doesn't support virtual-hosted–style buckets? See Virtual hosting of buckets. So, mybucket.localhost:9444 won't work, only localhost:9444/mybucket.
This is what I noticed: Using the official AWS .NET SDK, creating a bucket works with live S3 resource, but not with S3 ninja, I get the below exception:
Amazon.S3.AmazonS3Exception: 'The computed request signature does not match the one provided. Check login credentials. (Expected: c043d418554a7ff903aae7b71ced9e3f116b154ab22613e78ff8b25f779666fe, Found: 6acef5ac4da8c96b6c9872f85c95249e9a6216a8c3b4db7c39d1b490fa9793d7)'
Now this is the same as #240 but from the access logs it seems to me that even with that fixed it would fail, since the bucket name doesn't arrive to S3 ninja:
Mapping the container to the subdomain, like below from a Windows hosts file, doesn't help:
127.0.0.1 bucketname.localhost
The text was updated successfully, but these errors were encountered:
Do I understand correctly that S3 ninja doesn't support virtual-hosted–style buckets? See Virtual hosting of buckets. So,
mybucket.localhost:9444
won't work, onlylocalhost:9444/mybucket
.This is what I noticed: Using the official AWS .NET SDK, creating a bucket works with live S3 resource, but not with S3 ninja, I get the below exception:
Now this is the same as #240 but from the access logs it seems to me that even with that fixed it would fail, since the bucket name doesn't arrive to S3 ninja:
Mapping the container to the subdomain, like below from a Windows
hosts
file, doesn't help:The text was updated successfully, but these errors were encountered: