SDK: AWS S3 JS SDK
I’ve created a spaces and assigned a subdomain to it, so upload works fine file is uploaded and can be viewed if using the origin URL while the Edge and Subdomain throw a 403.
Here is the upload code
spaces.putObject({
Bucket: storage.bucket,
ACL: "public-read",
Body: file,
Key: key,
CacheControl: 'max-age=3'
ContentType: fileType
})
any configuration I might be missing?
Thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Has this issue been solved? Anyone know how?
Same on my side. I’ve contacted support again to find a solution. Not sure why this happens.
@garretcharp sorry for such a late response, no still same issue and no work around atm
Same issue here…for new uploads only the origin works, until purging the cache, which is no alternative.
same is happening to me did you find a fix?
NOTE: It works fine if I purge the cache for CDN