Commit Graph

141 Commits

Author SHA1 Message Date
Florian Klein
6878189ba2 Merge pull request #94 from escapestudios/master
ObjectStore-method became objectStoreService-method in php-opencloud
2015-04-21 16:42:49 +00:00
Leszek Prabucki
c88039e80c Merge pull request #96 from pilot/master
Remove support symfony 2.0 deps instruction
2014-07-08 18:28:42 +02:00
Alex Demchenko
a075802e29 Remove support symfony 2.0 deps instruction 2014-07-08 17:50:44 +03:00
David Joos
b6d58c99c3 ObjectStore-method became objectStoreService-method in php-opencloud
Fixes "call to undefined method OpenCloud\Rackspace::ObjectStore()" we were experiencing...
2014-06-19 14:42:41 +01:00
Leszek Prabucki
ce0e00c554 Merge pull request #91 from bmeynell/master
added detect_content_type option for AwsS3 adapter
2014-06-03 10:10:53 +02:00
Leszek Prabucki
b2a387580e Merge pull request #85 from kbond/config-dump
Enable dumping of config
2014-06-03 10:09:31 +02:00
Ben Meynell
d1eb6f2550 added detect_content_type option for AwsS3 adapter 2014-05-05 09:10:50 -04:00
Kevin Bond
ef57204cd5 enable dumping of config 2014-04-08 14:41:46 -04:00
l3l0
ae598e6114 Allows to latest gaufrette version at master 2014-03-27 09:59:55 +01:00
Leszek Prabucki
f330085843 Merge pull request #80 from shieldo/patch-1
use stable releases of gaufrette (~0.1.7)
2014-03-24 23:15:03 +01:00
Douglas Greenshields
886fdf6ad3 use stable releases of gaufrette (~0.1.7) 2014-03-09 02:20:29 +00:00
Leszek Prabucki
171844b400 Merge pull request #69 from Gesthispania/master
Add FTP SSL/TSL Option
2013-12-30 00:59:49 -08:00
Leszek Prabucki
212c2db832 Merge pull request #53 from nmpolo/master
Allow AclAwareAmazonS3Adapter to have options set
2013-12-30 00:55:42 -08:00
Leszek Prabucki
3bf4e03513 Merge pull request #76 from teohhanhui/master
AwsS3 adapter: added ACL option in configuration
2013-11-12 23:41:39 -08:00
Teoh Han Hui
96061210e4 AwsS3 adapter: added ACL option in configuration 2013-11-13 02:14:41 +08:00
Leszek Prabucki
7c210044bf Merge pull request #73 from krafas/master
Allow AmazonsS3 adapter to have acl option
2013-11-10 01:08:40 -08:00
Leszek Prabucki
9e70925730 Merge pull request #67 from radutopala/master
Dropbox Adapter Factory added
2013-11-04 00:31:06 -08:00
Giedrius Sabaliauskas
b5c3b03285 Allow AmazonsS3 adapter to gave acl option 2013-10-29 18:01:53 +02:00
Gesthispania
8b143c5065 Update FtpAdapterFactory.php 2013-10-10 10:19:27 +02:00
Gesthispania
ef1f8a75ac Add SSL option to work with modified Gaufrette that use SSL/TSL FTP 2013-10-10 09:58:17 +02:00
Leszek Prabucki
c01f131f7c Merge pull request #68 from havvg/master
add example service for Aws\S3\S3Client
2013-10-07 06:36:41 -07:00
Radu Topala
209928f896 Update DropboxAdapterFactory.php 2013-10-06 09:25:51 +03:00
Toni Uebernickel
50ecc39137 add example service for Aws\S3\S3Client 2013-10-04 10:52:28 +02:00
Radu Topala
8875fccb5e Update README.markdown 2013-10-04 10:41:20 +03:00
Radu Topala
a4a06af459 Merge branch 'master' of github.com:radutopala/KnpGaufretteBundle 2013-10-04 06:23:40 +00:00
Radu Topala
ae786b1faa added Dropbox Adapter Factory 2013-10-04 06:17:52 +00:00
Leszek Prabucki
90080cacdb Merge pull request #62 from havvg/feature/aws_s3-adapter
add AwsS3AdapterFactory
2013-09-27 09:23:19 -07:00
Toni Uebernickel
051ab917b9 add AwsS3 docs to README 2013-09-26 20:02:45 +02:00
Toni Uebernickel
169f466849 add AwsS3AdapterFactory 2013-09-26 19:50:50 +02:00
Leszek Prabucki
b4f15993a2 Merge pull request #59 from fadoe/patch-doctrine
Patch doctrine
2013-09-23 23:39:44 -07:00
Falk Doering
2f97c9fbff Update documentation. Add doctrine usage. 2013-09-13 13:37:36 +02:00
Falk Doering
622e52c550 Use doctrine dbal connection name, rename doctrine_dbal_id into connection_name 2013-09-13 13:34:24 +02:00
Falk Doering
336e203655 Update documentation. Change composer registerNamespaces method to addClassMap. 2013-09-13 11:56:38 +02:00
Leszek Prabucki
bd695f9194 Merge pull request #60 from lmammino/azure-blob-storage
Added support for azure blob storage
2013-08-24 03:58:34 -07:00
Luciano Mammino
ee50cd8766 Added support for azure blob storage (introduced here: https://github.com/KnpLabs/Gaufrette/pull/206) 2013-08-24 11:00:36 +02:00
Falk Doering
df1d1855a5 Update inline documentation. 2013-08-12 16:53:05 +02:00
Falk Doering
02483aca83 Add doctrine dbal adapter factory 2013-08-12 16:45:35 +02:00
Nicholas Masters
d450786a7b Allow adapter options to be passed 2013-06-23 18:43:17 +00:00
Leszek Prabucki
6c615bde72 Merge pull request #52 from caponica/master
Cleaned up README and edited for readability
2013-06-17 00:53:15 -07:00
Christian Morgan
da1b5f9750 Added documentation for amazon_s3 adapter
I've added what I understand based on getting this working today. Not sure about all the options. 

I also added a note about bucket names with dots in them - this had me stuck for a while until I found mention of it in passing in an AWS ticket https://forums.aws.amazon.com/thread.jspa?threadID=122890#jive-message-445833

If it's not a generally repeatable problem feel free to delete that line, but it certainly caused me problems!
2013-06-14 22:18:40 +02:00
Christian Morgan
744a0b63c0 Cleaned up README and edited for readability 2013-06-14 14:49:25 +02:00
Leszek Prabucki
de1ef2f9b2 Merge pull request #46 from WriteOrRead/opencloud-adapter-factory
Documentation for configuring HPCloud with OpenStack
2013-04-14 23:12:02 -07:00
Richard Shank
c9c1d0006d Add documentation for using HPCloud with OpenStack 2013-04-13 00:20:13 -07:00
Luciano Mammino
9ffa559db7 Added documentation 2013-04-12 04:07:38 +03:00
Luciano Mammino
2a3cae7156 Added OpenCloudAdapterFactory 2013-04-12 02:32:10 +02:00
Leszek Prabucki
013f50495b Merge pull request #41 from gavD/master
Bugfix: Acl Aware S3 factory could not set options
2013-03-01 05:08:05 -08:00
Gavin Davies
21841d68ee Make sure definition is set in create 2013-03-01 12:43:20 +00:00
Leszek Prabucki
79cad5c65a Merge pull request #38 from l3l0/fix/configuration-for-acl-amazon
Add configuration for AclAmazonS3.
2013-02-22 10:52:47 -08:00
l3l0
216903aa08 Add configuration for AclAmazonS3. Replaces #31 2013-02-22 17:29:35 +01:00
l3l0
c260b10a0b Use 0.2.0@dev at master branch 2013-01-30 12:47:06 +01:00