Grant access to view objects in S3 through web browser.

0

Please someone should help me out. I am a newbie in to AWS currently at the practitioner level. Am trying a handson on view my objects in the S3 bucket through my browser. I have created a JSON policy but I ended up with this error message.

Unknown Error An unexpected error occurred. API response Policies must be valid JSON and the first byte must be '{'

  • Could you post the policy you're using?

Anscoly
gefragt vor 2 Jahren1734 Aufrufe
3 Antworten
0

In order to view objects publically through a browser you have to first make "ACLs enabled" in object ownership which can be found in the permissions tab of the bucket. Once you've done that, go back to the list view of objects, and in the actions dropdown select "Make public using ACL" this will make the selected object public.

beantwortet vor 2 Jahren
0

Hi

To me it looks like more of an issue with the S3 bucket policy. Please check the the syntax for the bucket policy specified under the permission tab in bucket policy. The error message states, your policy should start with {
Ensure that there are no preceding spaces.

AWS
beantwortet vor 2 Jahren
0

This error message indicates that your bucket policy may not be adhering to the format that the S3 Service is expecting in that space. To resolve this issue, I'd recommend creating a bucket policy statements using the AWS Policy Generator app https://awspolicygen.s3.amazonaws.com/policygen.html . On the AWS Policy Generator page, in Select Type of Policy, make sure you choose S3 Bucket Policy. Once you've created your statements, you can copy the statements from policy generator and paste the same in your S3 Bucket policy console. Alternatively, you can also try to use JSON formatting app ( like JSON Lint) to correct the current policy that's erroring out to look for missing '}'.

AWS
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen