Question
spaces 403 when accessing public file through subdomain
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.
×
NOTE: It works fine if I purge the cache for CDN
same is happening to me did you find a fix?
Same issue here…for new uploads only the origin works, until purging the cache, which is no alternative.
@garretcharp sorry for such a late response, no still same issue and no work around atm