We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Upload to Cloudflare R2 using the S3 API PutObjectRequest, prompts STREAMING-AWS4-HMAC-SHA256-PAYLOAD not implemented
PutObjectRequest
STREAMING-AWS4-HMAC-SHA256-PAYLOAD not implemented
To Reproduce
Expected behavior A clear and concise description of what you expected to happen.
Setup (please complete the following information):
The text was updated successfully, but these errors were encountered:
I found the following related content:
cloudflare/cloudflare-docs#6133
cloudflare/cloudflare-docs#4683
Sorry, something went wrong.
Found the solution, just use AWSPayload.data, you can't use AWSPayload.stream because R2 doesn't support streaming uploads
AWSPayload.data
AWSPayload.stream
No branches or pull requests
Describe the bug
Upload to Cloudflare R2 using the S3 API
PutObjectRequest
, promptsSTREAMING-AWS4-HMAC-SHA256-PAYLOAD not implemented
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Setup (please complete the following information):
The text was updated successfully, but these errors were encountered: