- Newest
- Most votes
- Most comments
Hello,
You can check viewing s3 object from ec2 from this link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonS3.html, provides examples like 'wget' / 'aws cli'. If the object is not public, you receive an ERROR 403: Forbidden message. If you receive this error, you must use either the Amazon S3 console, AWS CLI, AWS API, AWS SDK, or AWS Tools for Windows PowerShell, and you must have the required permissions. For more information, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html and https://docs.aws.amazon.com/AmazonS3/latest/userguide/download-objects.html.
If you successfully get object from ec2, you can check the object ContentType: https://repost.aws/questions/QUUCJesiChQwG2jjCXDJG9WQ/content-type-header-in-getobject-from-s3, especially the object is an image.
Relevant content
- AWS OFFICIALUpdated a year ago
