-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jclouds s3 endpoint seemingly not supporting <bucketname>.s3.provider.com endpoints #759
Comments
What does your |
the s3 provider (not AWS). pretty basic config using the docker container:
|
Could you try setting |
I set that and it is listed in the process list in the docker container -Djclouds.s3.virtual-host-buckets=true and I am seeing the same behavior as before. |
I am testing this with digital ocean spaces. They support assigning a unique access key to one bucket and the endpoint given is bucketname.nyc3.digitaloceanspaces.com ... I am getting access denied when using that as an endpoint. When I use just nyc3.digitaloceanspaces.com then I can work with the bucket but need to call it directly with s3cmd ls s3://bucketname/ etc.
Not a big deal at all, just curious if this is supposed to work or not. It would be just slightly nicer to be in the correct root directory and not have to reference the bucket.
The text was updated successfully, but these errors were encountered: