]> source.dussan.org Git - nextcloud-server.git/commit
Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage
authorMichael Gapczynski <GapczynskiM@gmail.com>
Fri, 8 Jun 2012 17:48:38 +0000 (13:48 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Fri, 8 Jun 2012 17:48:38 +0000 (13:48 -0400)
commit8fcdccdcdccf6e6fe43995fd08a30731aada9f4e
tree149b87a584deccc38667278215cf7bef862e4cf7
parent4b3ae60558a5d9d18cdd7be0d844d577785f46fb
Add Amazon Web Services SDK to 3rdparty for Amazon S3 external storage
55 files changed:
3rdparty/aws-sdk/README.md [new file with mode: 0644]
3rdparty/aws-sdk/_compatibility_test/README.md [new file with mode: 0644]
3rdparty/aws-sdk/_compatibility_test/sdk_compatibility.inc.php [new file with mode: 0644]
3rdparty/aws-sdk/_compatibility_test/sdk_compatibility_test.php [new file with mode: 0644]
3rdparty/aws-sdk/_compatibility_test/sdk_compatibility_test_cli.php [new file with mode: 0755]
3rdparty/aws-sdk/_docs/CHANGELOG.md [new file with mode: 0644]
3rdparty/aws-sdk/_docs/CONTRIBUTORS.md [new file with mode: 0644]
3rdparty/aws-sdk/_docs/DYNAMODBSESSIONHANDLER.html [new file with mode: 0644]
3rdparty/aws-sdk/_docs/KNOWNISSUES.md [new file with mode: 0644]
3rdparty/aws-sdk/_docs/LICENSE.md [new file with mode: 0644]
3rdparty/aws-sdk/_docs/NOTICE.md [new file with mode: 0644]
3rdparty/aws-sdk/_docs/STREAMWRAPPER_README.html [new file with mode: 0644]
3rdparty/aws-sdk/_docs/WHERE_IS_THE_API_REFERENCE.md [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signable.interface.php [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signature_v2query.class.php [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signature_v3json.class.php [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signature_v3query.class.php [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signature_v4json.class.php [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signature_v4query.class.php [new file with mode: 0644]
3rdparty/aws-sdk/authentication/signer.abstract.php [new file with mode: 0644]
3rdparty/aws-sdk/config-sample.inc.php [new file with mode: 0755]
3rdparty/aws-sdk/lib/dom/ArrayToDOMDocument.php [new file with mode: 0644]
3rdparty/aws-sdk/lib/requestcore/LICENSE [new file with mode: 0755]
3rdparty/aws-sdk/lib/requestcore/README.md [new file with mode: 0755]
3rdparty/aws-sdk/lib/requestcore/cacert.pem [new file with mode: 0755]
3rdparty/aws-sdk/lib/requestcore/requestcore.class.php [new file with mode: 0755]
3rdparty/aws-sdk/lib/yaml/LICENSE [new file with mode: 0644]
3rdparty/aws-sdk/lib/yaml/README.markdown [new file with mode: 0644]
3rdparty/aws-sdk/lib/yaml/lib/sfYaml.php [new file with mode: 0644]
3rdparty/aws-sdk/lib/yaml/lib/sfYamlDumper.php [new file with mode: 0644]
3rdparty/aws-sdk/lib/yaml/lib/sfYamlInline.php [new file with mode: 0644]
3rdparty/aws-sdk/lib/yaml/lib/sfYamlParser.php [new file with mode: 0644]
3rdparty/aws-sdk/sdk.class.php [new file with mode: 0755]
3rdparty/aws-sdk/services/s3.class.php [new file with mode: 0755]
3rdparty/aws-sdk/utilities/array.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/batchrequest.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/complextype.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/credential.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/credentials.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/gzipdecode.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/hadoopbase.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/hadoopbootstrap.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/hadoopstep.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/info.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/json.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/manifest.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/mimetypes.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/policy.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/request.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/response.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/simplexml.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/stacktemplate.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/stepconfig.class.php [new file with mode: 0644]
3rdparty/aws-sdk/utilities/utilities.class.php [new file with mode: 0755]
apps/files_external/lib/amazons3.php