📁 Simple S3 File Upload

Allowed types: jpg, jpeg, png, gif, pdf, doc, docx, txt, zip | Max size: 100MB

📋 Setup Instructions:

  1. Edit config.php and update the AWS credentials
  2. Make sure your AWS user has S3 permissions
  3. Ensure your S3 bucket exists in the specified region
  4. Upload files using the form above

🔧 Required AWS Permissions:

⚙️ Current PHP Upload Settings:

🔒 SSL Certificate Information

This application automatically handles SSL certificate issues when connecting to AWS S3:

  • If SSL certificates are found: Uses secure SSL verification
  • If no certificates found: Disables SSL verification (less secure but functional)

For production use, consider downloading the latest CA certificate bundle from curl.se and placing it in your PHP directory.