HTTP 404
1. Make sure that a file was uploaded to storage. You may use any applications that support Object Storage or SFTP Storage for that purpose 2. Make sure you use the correct URL form for the request. The scheme for direct storage requests is described in the article. Notice that the Global 2 location includes three regions: use the host of the region, where the file was uploaded. The region’s URL is described in the article.HTTP 403
By default, buckets and files in Object Storage are private and respond with 403 code on external requests. You can set up ACL rules for bucket or file with your S3-application documentation.- To add a rule for public reading via AWS CLI:
my_bucket
is the name of the bucket, file.jpg
is the name of the file, and s-ed1.cloud.gcore.lu
is the service URL.
- To add a rule for public reading via s3cmd:
my_bucket
is the name of the bucket and file.jpg
is the name of the file.