Skip to content
Discussion options

You must be logged in to vote

Hi @chrislusf,

thank you very much. Using path-style works.

This is my aws config:

AWS.config.update({
  endpoint:"http://192.168.1.69:8333",
  accessKeyId: "myAccessKey",
  secretAccessKey: "mySecretAccessKey"
  s3ForcePathStyle: true, # set this
});

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by chrizonline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants