1

I am using OpenCloud library for Rackspace cloud files. Is there any updated library to use for Rackspace cloud files?

The current library works OK but gives the following error on composer:

Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.

I see, they have also mentioned to use OpneStack library but I do not know how it will be implemented with Rackspace. Can anyone please share an example?

Thanks

Raja Amer Khan
  • 1,489
  • 10
  • 31

1 Answers1

0

Try changing the dependency line guzzle/guzzle to guzzle/guzzlehttp in the composer.json file and run composer update.

Yvan Watchman
  • 284
  • 3
  • 13