Commit a9ac2720 authored by Ryan McCue's avatar Ryan McCue Committed by GitHub
Browse files

Merge pull request #180 from philipowen/customise-canary-putobject

add call to apply_filters for test push to S3
parents 52800e08 2aa2bc45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ class S3_Uploads_Stream_Wrapper
					try {
						$p = $this->params;
						$p['Body'] = '';
						$p = apply_filters( 's3_uploads_putObject_params', $p );
						$this->getClient()->putObject($p);
					} catch (Exception $e) {
						return $this->triggerError($e->getMessage());