Search
Setup for Free
CD
Cloudflare Developers
•
2y ago
Eduardo Muniz
x-amz-date error
I
'm making the request in postman
, and it
's giving me this error
, I don
't understand
, it doesn
't mention anything in the doc
, could anyone help me
?
Cloudflare Developers
Join
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
83,384
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
E
Eduardo Muniz
I'm making the request in postman, and it's giving me this error, I don't unders...
C
Chaika
•
4/30/24, 6:56 PM
The S3 API isn
't something you can just walk into with a rest client easily
, it
's its own monster
. I would recommend using a s3 library or existing tool like rclone
C
Chaika
•
4/30/24, 6:56 PM
all the docs for s3 are here though
:
https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
PutObject - Amazon Simple Storage Service
Adds an object to a bucket
.
C
Chaika
•
4/30/24, 6:57 PM
https://developers.cloudflare.com/r2/api/s3/api/
<
- describe what r2 supports
, which is most of the normal stuff
Cloudflare Docs
S3 API compatibility · Cloudflare R2 docs
R2 implements the S3 API to allow users and their applications to migrate with ease
. When comparing to AWS S3
, Cloudflare has removed some API
…
C
Chaika
•
4/30/24, 6:57 PM
(you need either a date header or the x
-amz
-date header
, is the cause of that
)
E
Eduardo Muniz
OP
•
5/1/24, 2:47 PM
I understand
, but I
'm trying to find something to use with flutter and I can
't find it so I
'm using it via postman and so far without success
Similar Threads
CopyObject: x-amz-copy-source should be urlencoded
CD
Cloudflare Developers / r2
2y ago
Help with Laravel R2 Integration - "Header 'x-amz-checksum-crc32' Not Implemented"
CD
Cloudflare Developers / general-help
12mo ago
<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidRequest</Code><Message>Missing x-amz-conte
CD
Cloudflare Developers / general-help
2y ago