Skip to content
Snippets Groups Projects
  1. Oct 31, 2014
  2. Oct 22, 2014
  3. Oct 21, 2014
  4. Oct 08, 2014
  5. Sep 17, 2014
  6. Sep 03, 2014
  7. Aug 14, 2014
  8. Jul 09, 2014
  9. Jul 08, 2014
    • Johan Björk's avatar
      Fixes #8326: deletion of directories on S3 · e44a7aa0
      Johan Björk authored
      e44a7aa0
    • Christopher T. Johnson's avatar
      Fix Signiture Does Not Match when mounting Amazon S3 external storage · 599ab7a8
      Christopher T. Johnson authored
      For some reason the aws-sdk-php package does not caclulate the
      signiture correctly when accessing an object in a bucket with a name of
      '.'.
      
      When we are at the top of a S3 bucket there is a need(?) to have a directory
      name.  Per standard Unix the name picked was '.' (dot or period).  This
      choice exercises the aws-sdk bug.
      
      This fix is to add a field to the method to store the name to use instead of
      '.' which at this point is hard coded to '<root>'.  We also add a private
      function 'cleanKey()' which will test for the '.' name and replace it with
      the variable.  Finally all calls to manipulate objects where the path is
      not obviously not '.' are processed through cleanKey().
      
      An example where we don't process through clean key would be
      	'Key' => $path.'/',
      
      Use correct relationship operator
      
      Per feed back use === instead of ==
      
      use '/' instead of '<root>'
      599ab7a8
  10. May 16, 2014
  11. Apr 03, 2014
  12. Feb 06, 2014
  13. Dec 03, 2013
  14. Nov 22, 2013
  15. Sep 04, 2013
  16. Aug 19, 2013
  17. Aug 17, 2013
  18. Aug 01, 2013
  19. Jul 10, 2013
  20. Jul 08, 2013
Loading