How to access uploaded file from browser?

Hi, I am newly using STORJ, I have been able to upload files by creating S3 credentials. After upload it returns an image path (ex, https://gateway.storjshare.io/images/QzCwOrnyNwsyKeFOnKdKGCJ0Z9X3rYJWzjvFJkkh.jpg) but when I try to access the URL from browser it shows ‘Access Denied’

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<Key>QzCwOrnyNwsyKeFOnKdKGCJ0Z9X3rYJWzjvFJkkh.jpg</Key>
<BucketName>images</BucketName>
<Resource>/images/QzCwOrnyNwsyKeFOnKdKGCJ0Z9X3rYJWzjvFJkkh.jpg</Resource>
<RequestId>17AE8DBB30CD1372</RequestId>
<HostId/>
</Error>

can anyone please guide me on how I can access my uploaded file?
Note: I can see the files and even preview the files from Storj admin panel
Thanks

Hello @iamlabib,
Welcome to the forum!

Seems you search for a public bucket feature:

You may also generate a public URL for the single object too:

aws s3 --endpoint=https://gateway.storjshare.io presign s3://bucket-name/your-large-file.mp4
1 Like