#980 - Amazon S3 support
| Identifier | #980 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Amazon S3 support |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | core |
| Description | Add support for all write operations going through either cms_tempnam, the abstract-file-manager, or an abstraction interface for Amazon S3. i.e. No assumption of local storage in the webroot. |
| Steps to reproduce | |
| Additional information | It may be possible to implement this using PHP URL wrappers, don't try and reinvent the wheel by extra abstractions. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
1) Having cloud hosting, such that file storage is separate from your multiple processing servers.
2) Generally taking media delivery away from your single point of hosting, i.e. CDN-style.
The description refers to '1'.
#1392 refers to '2', and just needs a new upload_syndication hook writing.