It is possible to list a part of the string using r2. in the case when I pass example/arquivo.jpg. W
It is possible to list a part of the string using r2. in the case when I pass example/arquivo.jpg. Where would I bring all the example files/



The request signature we calculated does not match the signature you provided. Check your secret access key and signing method.. I don't think I have changed anything in the environment that would cause this. I also tried changing the api key and it's still giving the same error. Am I the only one with this issue?cf-cache-statuscf-mitigatedcf-mitigated headercf-cache-status headerExposeHeaders is missing headers like ETagAllowedHeaders is missing headers like Authorization or Content-TypeAllowedMethods is missing methods like POST/PUT (you do not need to include OPTIONS)
requests to download files from r2.dev url. But then I can only download files that I know the filename of, I can't list the files. And the documentation says that rate limits apply.
The request signature we calculated does not match the signature you provided. Check your secret access key and signing method. "AllowedMethods": [
"GET",
"POST",
"PUT",
"DELETE",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"*"
],cf-cache-statuscf-cache-statuscf-mitigatedcf-mitigatedExposeHeadersETagAllowedHeadersAuthorizationContent-TypeAllowedMethodsPUTOPTIONS