Commit e18fe275 authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Merge pull request #27 from TheCodeCompany/master

README Update
parents c696b8ad 0838934e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ You can define the default HTTP `Cache-Control` header for uploaded media using
following constant:

```PHP
define( 'S3_UPLOADS_CACHE_CONTROL', 30 * 24 * 60 * 60 );
define( 'S3_UPLOADS_HTTP_CACHE_CONTROL', 30 * 24 * 60 * 60 );
	// will expire in 30 days time
```