Skip to content

Instantly share code, notes, and snippets.

View preeteshjain's full-sized avatar

Preetesh Jain preeteshjain

View GitHub Profile
@preeteshjain
preeteshjain / S3.php
Created August 8, 2022 11:20 — forked from marcoarment/S3.php
A simple PHP class to perform basic operations against Amazon S3 and compatible services.
<?php
/*
A simple PHP class to perform basic operations against Amazon S3 and compatible
services. Requires modern PHP (7+, probably) with curl, dom, and iconv modules.
Copyright 2022 Marco Arment. Released under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights