Dear
I use S3Ninja as backend storage for Django. My app can store the files into the S3Ninja bucket and everything is fine.
When one image/file is saved into the S3 public bucket, generally I must have access to it via the direct address of it like: http://localhost:9444/s3/bucket/xyz123.png, But when using this address, the request REJECT.
For sure, I upload a picture via UI and try to download it via direct URL but the same error accord.
Dear I use S3Ninja as backend storage for Django. My app can store the files into the S3Ninja bucket and everything is fine. When one image/file is saved into the S3 public bucket, generally I must have access to it via the direct address of it like:
http://localhost:9444/s3/bucket/xyz123.png
, But when using this address, the request REJECT. For sure, I upload a picture viaUI
and try to download it via direct URL but the same error accord.The
bucket
ispublic
.