-
Notifications
You must be signed in to change notification settings - Fork 240
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
Reading S3 bucket fails with error URL is not a valid S3 compliant URL
#389
Comments
@Subhajit97, I've currently got a PR #394 updating the s3 formats, if you want to take a look at alternate s3 uri formats |
Thanks, @twunderlich-grapl! the example URI formats are helpful.
But, when I use the same URL by explicitly passing the access key and secret to the URL, for example:
It fails with the below error:
Is there anything I'm missing here? |
I have the same issue. Do you managed to solve it or find workaround? |
Hi! I am trying to read a non-public S3 bucket created in my AWS account with url =
s3::https://s3.us-east-1.amazonaws.com/my_bucket/test_folder?aws_access_key_id=ACCESS_KEY&aws_access_key_secret=SECRET
and received the following error:I had a look at https://github.com/hashicorp/go-getter#s3-bucket-examples and https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html, but I'm not sure what syntax to use especially for buckets which are not public.
Is there anything I'm missing in the above example?
The text was updated successfully, but these errors were encountered: