-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
S3 Presign URL: (MISSING) Values #894
Comments
Meh ignore me, ended up being a problem with my out put of the URL. |
Not to necro this 3 years later, but for those of us doing programming before our morning cups of coffee: don't |
I just stepped in the very same thing. I was outputting the URL using my Go logging, which is Printf based, and grabbing the URL from the log for testing, it was full of "!FMISSING" stuff. When I printed the URL using fmt.Println(url), everything is fine. Pure testing problem. |
Or to be clearer, don't print the url as the formatting string. |
Hi
When attempting to generate a pre-signed s3 get object url the generated url contains
(MISSING)
values:How I'm calling it:
I don't really know what I am doing wrong so any help would be much appreciated 😄
Thanks,
Chris
The text was updated successfully, but these errors were encountered: